Skip to content

Commit

Permalink
chore(dockerfile): Split dependencies to separate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Dec 21, 2023
1 parent 3cc69c0 commit ad7238b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
FROM docker.io/alpine:3.19

RUN apk add --no-cache openconnect dnsmasq ca-certificates xmlstarlet curl bash
RUN apk add --no-cache \
bash \
ca-certificates \
curl \
dnsmasq \
openconnect \
xmlstarlet

WORKDIR /vpn
COPY ./entrypoint.sh .
Expand Down

0 comments on commit ad7238b

Please sign in to comment.