Skip to content

Commit

Permalink
Add node sass deps (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
mRoca authored May 7, 2020
1 parent fe374e4 commit 8435725
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docker/php-flex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ FROM node:13-alpine AS withsources-npm
WORKDIR /srv

COPY package.json webpack.config.js yarn.lock ./
RUN yarn install --pure-lockfile

RUN apk --no-cache --update --virtual build-dependencies add \
python \
make \
g++ \
&& yarn install --pure-lockfile \
&& apk del build-dependencies

COPY assets assets/
RUN yarn encore production
Expand Down

0 comments on commit 8435725

Please sign in to comment.