Skip to content

Commit

Permalink
fix: Install g++ to fix libsass build issue (django#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
marksweb authored Sep 26, 2023
1 parent ad775ea commit 8c64dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN apt-get update \
COPY ./requirements ./requirements
RUN apt-get update \
&& apt-get install --assume-yes --no-install-recommends \
g++ \
gcc \
libc6-dev \
libpq-dev \
Expand Down

0 comments on commit 8c64dc8

Please sign in to comment.