Skip to content

Commit

Permalink
adding wireguard packages to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbcotton committed Jan 15, 2025
1 parent eefcc26 commit 21630be
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apk add --no-cache tini
# Include curl in the final image.
RUN set -ex \
&& apk update \
&& apk add --no-cache curl tini \
&& apk add --no-cache curl tini wireguard-tools iputils iproute2 \
&& rm -rf /var/cache/apk/* \
&& rm -rf /tmp/*

Expand All @@ -27,5 +27,4 @@ USER 65534:65534
# Set up the command to start the service.
CMD /usr/local/bin/cloud-init-server --listen ${LISTEN_ADDR} --smd-url ${SMD_URL} --token-url ${TOKEN_URL} --jwks-url ${JWKS_URL:-""}


ENTRYPOINT ["/sbin/tini", "--"]

0 comments on commit 21630be

Please # to comment.