mirror of
https://github.com/offen/website.git
synced 2024-11-21 16:50:27 +01:00
ensure yarn key is up to date
This commit is contained in:
parent
74a60b5afa
commit
1fe50d3d19
@ -8,6 +8,7 @@ ENV SITEURL=$siteurl
|
||||
ARG 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 apt-get update \
|
||||
&& apt-get install -y libjpeg-progs optipng \
|
||||
|
Loading…
Reference in New Issue
Block a user