From aa799d8cb68dd461317baefe150d085d45d35ece Mon Sep 17 00:00:00 2001 From: Christos Manios Date: Sun, 18 Jul 2021 23:01:48 +0300 Subject: [PATCH] Add missing openssl package (#28) --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9a2eed2..1c6e9eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,11 +33,12 @@ RUN addgroup -S ${NAGIOS_GROUP} && \ libltdl libintl openssl-dev php7-apache2 procps tzdata \ libldap mariadb-connector-c freeradius-client-dev libpq libdbi \ lm-sensors perl net-snmp-perl perl-net-snmp perl-crypt-x509 \ - perl-timedate perl-libwww perl-text-glob samba-client openssh && \ + perl-timedate perl-libwww perl-text-glob samba-client openssh openssl && \ \ : '# For x64 the binary is : gosu-amd64' && \ : '# For arm-v6 the binary is : gosu-armel' && \ : '# For arm-v7 the binary is : gosu-armhf' && \ + : '# For arm64 the binary is : gosu-arm64' && \ : '#######################################' && \ : '# Creating an associative array with the platforms and their respective gosu release DOES NOT WORK in /bin/sh' && \ echo "Arguments TARGETPLATFORM: ${TARGETPLATFORM} and BUILDPLATFORM: ${BUILDPLATFORM}" && \