Skip to content

Commit 062db81

Browse files
committed
switch to new base with openssl 1.0 and 1.1
1 parent 47d4940 commit 062db81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM binhex/arch-base:20170101-02
1+
FROM binhex/arch-base:20170427-01
22
MAINTAINER binhex
33

44
# additional files

setup/root/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
set -e
55

66
# define pacman packages
7-
pacman_packages="kmod openvpn privoxy dnsutils openssl-1.0"
7+
pacman_packages="kmod openvpn privoxy dnsutils"
88

99
# install pre-reqs
1010
pacman -S --needed $pacman_packages --noconfirm

0 commit comments

Comments
 (0)