add debug tools to docker file

This commit is contained in:
Felipe Andrade 2023-09-06 15:15:32 -07:00
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
RUN apk update && \
apk add ca-certificates && \
chmod +x /bin/entrypoint.sh
RUN apk add ca-certificates jq curl bind-tools
VOLUME /etc/ufm
EXPOSE 8080