Install curl

This commit is contained in:
aunefyren 2023-12-22 08:24:59 +01:00
parent 6e54582d1e
commit cd1f864b31

View file

@ -19,6 +19,9 @@ WORKDIR /app
COPY --from=builder /app .
RUN apt update
RUN apt install -y curl
EXPOSE ${port}
ENTRYPOINT /app/wrapperr -port=${port}