From 3cc69c0dd412460ac1db081074cd5618b09f9c15 Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Thu, 21 Dec 2023 15:09:51 -0600 Subject: [PATCH] chore(dockerfile): Add bash --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d95b801..528f4ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/alpine:3.19 -RUN apk add --no-cache openconnect dnsmasq ca-certificates xmlstarlet curl +RUN apk add --no-cache openconnect dnsmasq ca-certificates xmlstarlet curl bash WORKDIR /vpn COPY ./entrypoint.sh .