Skip to content

Commit

Permalink
enabled certificate check
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Lohr committed Jun 9, 2017
1 parent 2d92311 commit a8e1ca0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@

FROM alpine:3.5

RUN apk add --no-cache bash file iptables libc6-compat libgcc libstdc++ wget
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 --no-check-certificate https://vpn.mtu.edu/public/download/linux_sslvpn.tgz && \
wget https://vpn.mtu.edu/public/download/linux_sslvpn.tgz && \
tar xfz linux_sslvpn.tgz && \
yes "yes" | ./Install.sh && \
rm -rf /tmp/f5fpc

ADD ./files/* /opt/
ADD ./files/opt/* /opt/

CMD /opt/run.sh
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a8e1ca0

Please sign in to comment.