add debug tools to docker file
This commit is contained in:
parent
5d8d892185
commit
c6abfd09c9
@ -18,9 +18,10 @@ COPY --from=builder /app/entrypoint.sh /bin/entrypoint.sh
|
|||||||
COPY --from=builder /app/bin/ufm /bin/ufm
|
COPY --from=builder /app/bin/ufm /bin/ufm
|
||||||
|
|
||||||
RUN apk update && \
|
RUN apk update && \
|
||||||
apk add ca-certificates && \
|
|
||||||
chmod +x /bin/entrypoint.sh
|
chmod +x /bin/entrypoint.sh
|
||||||
|
|
||||||
|
RUN apk add ca-certificates jq curl bind-tools
|
||||||
|
|
||||||
VOLUME /etc/ufm
|
VOLUME /etc/ufm
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
Loading…
Reference in New Issue
Block a user