Skip to content

Commit

Permalink
install yq, jq and unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
patst committed Jan 24, 2020
1 parent 5cc58ca commit 36ecfab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
FROM gitlab/gitlab-runner:ubuntu-v12.4.0

RUN apt-get update && \
apt install -y openvpn && \
apt install -y openvpn zip unzip jq && \
rm -rf /var/lib/apt/lists/*

RUN curl --location "https://github.com/mikefarah/yq/releases/download/2.4.1/yq_linux_amd64" -o yq && \
chmod +x yq

COPY register.sh /
RUN chmod +x /register.sh
COPY vpn-init.sh /
Expand Down

0 comments on commit 36ecfab

Please sign in to comment.