mirror of
https://github.com/manios/docker-nagios.git
synced 2026-07-18 00:45:14 +00:00
Add missing openssl package (#28)
This commit is contained in:
parent
01425af066
commit
aa799d8cb6
1 changed files with 2 additions and 1 deletions
|
|
@ -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}" && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue