We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47d4940 commit 062db81Copy full SHA for 062db81
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM binhex/arch-base:20170101-02
+FROM binhex/arch-base:20170427-01
2
MAINTAINER binhex
3
4
# additional files
setup/root/install.sh
@@ -4,7 +4,7 @@
set -e
5
6
# define pacman packages
7
-pacman_packages="kmod openvpn privoxy dnsutils openssl-1.0"
+pacman_packages="kmod openvpn privoxy dnsutils"
8
9
# install pre-reqs
10
pacman -S --needed $pacman_packages --noconfirm
0 commit comments