forked from MatthiasLohr/docker-f5fpc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Matthias Lohr
committed
Jun 9, 2017
1 parent
2d92311
commit a8e1ca0
Showing
5 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.