adds certificate update command
This commit is contained in:
parent
8097329921
commit
c1d5ca891f
@ -39,6 +39,7 @@ RUN apt-get update && \\
|
||||
apt-get upgrade -y && \\
|
||||
apt-get autoremove -y && \\
|
||||
apt-get clean && \\
|
||||
update-ca-certificates && \\
|
||||
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* && \\
|
||||
docker-php-ext-install mysqli
|
||||
"""
|
||||
|
Reference in New Issue
Block a user