summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 174b2c15..00648960 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.13
MAINTAINER Yorhel <contact@vndb.org>
-ENV VNDB_DOCKER_VERSION=5
+ENV VNDB_DOCKER_VERSION=6
CMD /var/www/util/docker-init.sh
RUN apk add --no-cache \
@@ -19,6 +19,7 @@ RUN apk add --no-cache \
perl-module-build \
postgresql \
postgresql-dev \
+ sassc \
wget \
zlib-dev \
&& cpanm -nq \