Skip to content

Commit 942b0d9

Browse files
author
Jonathan Gaillard
committed
Merge pull request #35 from nubs/master
Sync and install packages in same command.
2 parents 0ee6aeb + f6bc721 commit 942b0d9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ FROM nubs/phpunit
22

33
USER root
44

5-
RUN pacman --sync --refresh --noconfirm --noprogressbar --quiet
6-
RUN pacman --sync --noconfirm --noprogressbar --quiet php-mongo
5+
RUN pacman --sync --refresh --noconfirm --noprogressbar --quiet && pacman --sync --noconfirm --noprogressbar --quiet php-mongo
76

87
# Get around a bug with docker registry where the owner is root for the home
98
# user. See https://github.com/docker/docker/issues/5892.

0 commit comments

Comments
 (0)