mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2025-12-31 19:47:25 +01:00
Remove unused env var
This commit is contained in:
committed by
Samuel Laulhau
parent
4c855161f6
commit
6cbdec0686
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user