diff --git a/Dockerfile b/Dockerfile index 3c25f4e..4aa4150 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \