fix: missing slashes
Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
parent
64e346169d
commit
4bcf6994f3
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ RUN set -ex; \
|
|||
apt-get -y --no-install-recommends install \
|
||||
build-essential \
|
||||
ca-certificates \
|
||||
curl
|
||||
gnupg
|
||||
curl \
|
||||
gnupg \
|
||||
wget \
|
||||
pkg-config \
|
||||
xvfb \
|
||||
|
|
Loading…
Reference in a new issue