build(docker/frontend): temporarily remove chromium install
This commit is contained in:
parent
82655fd4db
commit
178bce90c9
@ -12,8 +12,8 @@ RUN apt-get -y update && apt-get -y install exiftool
|
|||||||
RUN apt-get -y update && apt-get -y install imagemagick
|
RUN apt-get -y update && apt-get -y install imagemagick
|
||||||
|
|
||||||
# test dependencies
|
# test dependencies
|
||||||
RUN apt-get -y update && apt-get -y install chromium
|
# RUN apt-get -y update && apt-get -y install chromium
|
||||||
ENV CHROME_BIN=chromium
|
# ENV CHROME_BIN=chromium
|
||||||
|
|
||||||
# configure npm to use given proxy if specified
|
# configure npm to use given proxy if specified
|
||||||
RUN if [ ! -z "${HTTP_PROXY}" ]; then npm config set proxy ${HTTP_PROXY}; fi
|
RUN if [ ! -z "${HTTP_PROXY}" ]; then npm config set proxy ${HTTP_PROXY}; fi
|
||||||
|
|||||||
Reference in New Issue
Block a user