mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-24 05:16:44 +02:00
update openconnect (FIX #44)
This commit is contained in:
parent
d6ad823c09
commit
5642407309
@ -6,9 +6,7 @@ FROM alpine:edge
|
|||||||
MAINTAINER kev <noreply@easypi.pro>
|
MAINTAINER kev <noreply@easypi.pro>
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache openconnect \
|
||||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
|
||||||
openconnect \
|
|
||||||
&& mkdir -p /etc/openconnect \
|
&& mkdir -p /etc/openconnect \
|
||||||
&& touch /etc/openconnect/openconnect.conf
|
&& touch /etc/openconnect/openconnect.conf
|
||||||
|
|
||||||
|
@ -2,13 +2,11 @@
|
|||||||
# Dockerfile for openconnect-arm
|
# Dockerfile for openconnect-arm
|
||||||
#
|
#
|
||||||
|
|
||||||
FROM easypi/alpine-arm:edge
|
FROM arm32v7/alpine:edge
|
||||||
MAINTAINER EasyPi Software Foundation
|
MAINTAINER EasyPi Software Foundation
|
||||||
|
|
||||||
RUN set -xe \
|
RUN set -xe \
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache openconnect \
|
||||||
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
|
|
||||||
openconnect \
|
|
||||||
&& mkdir -p /etc/openconnect \
|
&& mkdir -p /etc/openconnect \
|
||||||
&& touch /etc/openconnect/openconnect.conf
|
&& touch /etc/openconnect/openconnect.conf
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user