mirror of
https://github.com/invoiceninja/dockerfiles.git
synced 2026-01-31 19:27:09 +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
|
COPY ./alpine/entrypoint.sh /usr/local/bin/docker-entrypoint
|
||||||
RUN chmod +x /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; \
|
RUN set -eux; \
|
||||||
apk add --no-cache \
|
apk add --no-cache \
|
||||||
gmp-dev \
|
gmp-dev \
|
||||||
|
|||||||
Reference in New Issue
Block a user