2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-04 12:05:02 +01:00

add openconnect-arm

This commit is contained in:
kev
2016-07-08 21:07:41 +08:00
parent d54dd11253
commit 3657ef4eed
3 changed files with 31 additions and 2 deletions

View File

@@ -2,11 +2,13 @@
# Dockerfile for openconnect
#
FROM alpine
FROM alpine:edge
MAINTAINER kev <noreply@easypi.info>
RUN set -xe \
&& apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ openconnect \
&& apk add --no-cache \
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
openconnect \
&& mkdir -p /etc/openconnect \
&& touch /etc/openconnect/openconnect.conf