Skip to content

Commit

Permalink
fix build failing and suppress output
Browse files Browse the repository at this point in the history
  • Loading branch information
EverettBerry committed Dec 30, 2023
1 parent 9686d57 commit a800ae3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ ARG DEBIAN_FRONTEND=noninteractive

LABEL org.opencontainers.image.authors="Sebastian Sasu <[email protected]>, Cristian Magherusan-Stanciu <[email protected]>, Brooke McKim <[email protected]>"

RUN apt-get update
RUN apt-get install -y python3 pip locales
RUN apt-get install -y nodejs
RUN apt-get install -y npm
RUN apt-get update > /dev/null
RUN apt-get install -y python3 pip locales libxml2-dev libxslt-dev nodejs npm > /dev/null
RUN npm install --global sass
RUN python3 -m pip install -U pip setuptools
RUN locale-gen "en_US.UTF-8"
Expand Down

0 comments on commit a800ae3

Please sign in to comment.