Add missing openssl package (#28)

This commit is contained in:
Christos Manios 2021-07-18 23:01:48 +03:00
parent 01425af066
commit aa799d8cb6

View file

@ -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}" && \