Remove unused env var

This commit is contained in:
Holger Lösken
2020-05-20 14:48:44 +02:00
committed by Samuel Laulhau
parent 4c855161f6
commit 6cbdec0686

View File

@@ -13,8 +13,6 @@ WORKDIR /var/www/app
COPY ./alpine/entrypoint.sh /usr/local/bin/docker-entrypoint
RUN chmod +x /usr/local/bin/docker-entrypoint
ENV PHANTOMJS="phantomjs-2.1.1-linux-x86_64"
RUN set -eux; \
apk add --no-cache \
gmp-dev \