php-fpm, workspace | GnuPG
This commit is contained in:
@ -270,6 +270,16 @@ RUN if [ ${INSTALL_GMP} = true ]; then \
|
||||
apt-get -y install php${LARADOCK_PHP_VERSION}-gmp \
|
||||
;fi
|
||||
|
||||
###########################################################################
|
||||
# GnuPG:
|
||||
###########################################################################
|
||||
|
||||
ARG INSTALL_GNUPG=false
|
||||
|
||||
RUN if [ ${INSTALL_GNUPG} = true ]; then \
|
||||
apt-get install -yqq php${LARADOCK_PHP_VERSION}-gnupg; \
|
||||
fi
|
||||
|
||||
###########################################################################
|
||||
# SSH2:
|
||||
###########################################################################
|
||||
|
Reference in New Issue
Block a user