Skip to content

Commit

Permalink
update openconnect (FIX #44)
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Apr 6, 2021
1 parent d6ad823 commit 5642407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 1 addition & 3 deletions openconnect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ FROM alpine:edge
MAINTAINER kev <noreply@easypi.pro>

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

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

FROM easypi/alpine-arm:edge
FROM arm32v7/alpine:edge
MAINTAINER EasyPi Software Foundation

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

Expand Down

0 comments on commit 5642407

Please sign in to comment.