We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ee6aeb + f6bc721 commit 942b0d9Copy full SHA for 942b0d9
1 file changed
tests/Dockerfile
@@ -2,8 +2,7 @@ FROM nubs/phpunit
2
3
USER root
4
5
-RUN pacman --sync --refresh --noconfirm --noprogressbar --quiet
6
-RUN pacman --sync --noconfirm --noprogressbar --quiet php-mongo
+RUN pacman --sync --refresh --noconfirm --noprogressbar --quiet && pacman --sync --noconfirm --noprogressbar --quiet php-mongo
7
8
# Get around a bug with docker registry where the owner is root for the home
9
# user. See https://github.com/docker/docker/issues/5892.
0 commit comments