Skip to content

Commit

Permalink
(HP-2047) Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Riippi committed Feb 8, 2024
1 parent 3dee3d2 commit 518f2f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ COPY package*.json *yarn* ./
# Install npm depepndencies
ENV PATH /app/node_modules/.bin:$PATH

USER root
RUN bash /tools/apt-install.sh build-essential
# USER root
# RUN bash /tools/apt-install.sh build-essential

USER appuser
RUN yarn config set network-timeout 300000
RUN yarn && yarn cache clean --force

USER root
RUN bash /tools/apt-cleanup.sh build-essential
# USER root
# RUN bash /tools/apt-cleanup.sh build-essential

# =============================
FROM appbase as development
Expand Down

0 comments on commit 518f2f5

Please sign in to comment.