Remove `&&`

This commit is contained in:
chbmb 2019-11-10 14:48:12 +00:00 committed by GitHub
parent 9a61220bc1
commit 2dd71fe6b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN \
echo "**** install runtime packages ****" && \
apt-get install -y \
imagemagick \
libnss3 && \
libnss3 \
libxcomposite1 \
python3-minimal \
unrar && \