summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2020-07-28 11:02:10 +0200
committerYorhel <git@yorhel.nl>2020-08-06 10:03:17 +0200
commitad0819cc292b25190233e837b8b653ba77710ddd (patch)
tree05de4bb1cdd097c7db3b6113f726fa74715e6632 /Dockerfile
parentedafe9114befd3df40007a1a8fe48b69a0387eff (diff)
vndbfuncs: Add w, u, t prefixes
The new 'w' prefix will be used for reviews. 'u' and 't' aren't used in the DB yet, but they are on the site so may as well support them. Also minor fix in the Dockerfile, for some reason cpanminus needs the full wget, not the busybox one.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 10e78ec8..c01e8972 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM alpine:3.11
MAINTAINER Yoran Heling <contact@vndb.org>
-ENV VNDB_DOCKER_VERSION=3
+ENV VNDB_DOCKER_VERSION=4
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 \
+ wget \
zlib-dev \
&& cpanm -nq \
Algorithm::Diff::XS \