Skip to content

Commit

Permalink
upgraded to alpine:3.8 (MatthiasLohr#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthiasLohr committed Sep 6, 2018
1 parent 3f8e516 commit c3e9ea5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@

FROM alpine:3.5
FROM alpine:3.8

LABEL maintainer="Matthias Lohr <matthias@lohr.me>"

RUN apk add --no-cache bash ca-certificates file iptables libc6-compat libgcc libstdc++ wget

RUN mkdir -p /lib64 && \
ln -s /lib/ld-linux-x86-64.so.2 /lib64/ld-linux-x86-64.so.2

RUN mkdir -p /tmp/f5fpc && \
cd /tmp/f5fpc && \
wget https://vpn.mtu.edu/public/download/linux_sslvpn.tgz && \
Expand Down

0 comments on commit c3e9ea5

Please sign in to comment.