2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

ensure yarn key is up to date

This commit is contained in:
Frederik Ring 2020-02-02 21:14:35 +01:00
parent 74a60b5afa
commit 1fe50d3d19

View File

@ -8,6 +8,7 @@ ENV SITEURL=$siteurl
ARG offenaccountid ARG offenaccountid
ENV OFFEN_ACCOUNT_ID=$offenaccountid ENV OFFEN_ACCOUNT_ID=$offenaccountid
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
RUN npm install -g postcss-cli@^6.1.3 autoprefixer@^9.7.0 svgo@^1.3.0 RUN npm install -g postcss-cli@^6.1.3 autoprefixer@^9.7.0 svgo@^1.3.0
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y libjpeg-progs optipng \ && apt-get install -y libjpeg-progs optipng \