Skip to content

Commit

Permalink
apt install
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Jul 17, 2023
1 parent 3b25795 commit 0dba79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN go build -ldflags "-X google.golang.org/protobuf/reflect/protoregistry.confl

# final stage
FROM debian:stable-slim
RUN apt-get install -y chrony
RUN apt-get update && apt install -y chrony
RUN service chrony --full-restart
COPY --from=builder /bridge ./
RUN chmod +x ./bridge
Expand Down

0 comments on commit 0dba79d

Please sign in to comment.