fix: missing slashes

Signed-off-by: Andrew Calcutt <acalcutt@techidiots.net>
This commit is contained in:
Andrew Calcutt 2023-10-24 21:25:56 -04:00
parent 64e346169d
commit 4bcf6994f3

View File

@ -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 \