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:
parent
d6ad823c09
commit
5642407309
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user