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 \
|
apt-get -y --no-install-recommends install \
|
||||||
build-essential \
|
build-essential \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
curl
|
curl \
|
||||||
gnupg
|
gnupg \
|
||||||
wget \
|
wget \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
xvfb \
|
xvfb \
|
||||||
|
|
Loading…
Reference in a new issue