1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-10 04:07:04 +02:00

update openconnect (FIX #44)

This commit is contained in:
kev 2021-04-06 15:35:23 +08:00
parent d6ad823c09
commit 5642407309
2 changed files with 3 additions and 7 deletions

View File

@ -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

View File

@ -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