Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandonPierre committed Jun 20, 2024
1 parent 8365932 commit 57468a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /app
ARG DEBIAN_FRONTEND=noninteractive

COPY --from=builder /go/bin/derper .
COPY entrypoint.sh /app/entrypoint.sh
COPY entrypoint.sh entrypoint.sh

RUN apt-get update && \
apt-get install -y --no-install-recommends apt-utils && \
Expand Down

0 comments on commit 57468a7

Please sign in to comment.