Skip to content

Commit

Permalink
fix openconnect (FIX #44)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Apr 6, 2021
1 parent 5642407 commit 4474e2e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions openconnect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# Dockerfile for openconnect
#

FROM alpine:edge
MAINTAINER kev <noreply@easypi.pro>
FROM alpine:3.12
MAINTAINER EasyPi Software Foundation

RUN set -xe \
&& apk add --no-cache openconnect \
&& apk add --no-cache nettle \
&& apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
openconnect \
&& mkdir -p /etc/openconnect \
&& touch /etc/openconnect/openconnect.conf

Expand Down
7 changes: 5 additions & 2 deletions openconnect/arm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@
# Dockerfile for openconnect-arm
#

FROM arm32v7/alpine:edge
FROM arm32v7/alpine:3.12
MAINTAINER EasyPi Software Foundation

RUN set -xe \
&& apk add --no-cache openconnect \
&& apk add --no-cache nettle \
&& apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/ \
openconnect \
&& mkdir -p /etc/openconnect \
&& touch /etc/openconnect/openconnect.conf

Expand Down

0 comments on commit 4474e2e

Please sign in to comment.