mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 01:49:48 +00:00
7 lines
251 B
Docker
7 lines
251 B
Docker
|
FROM registry.gitlab.isc.org/isc-projects/kea:fuzz-latest
|
||
|
|
||
|
# Copy repo and link build.sh so that it runs from a location relative to the Kea repo.
|
||
|
WORKDIR "${SRC}"
|
||
|
COPY . "${SRC}/kea"
|
||
|
RUN ln -s "${SRC}/kea/.clusterfuzzlite/build.sh" "${SRC}/build.sh"
|