Skip to content

Commit

Permalink
oh, you don't like sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
techno-sam committed Apr 7, 2024
1 parent 29a5df7 commit 2e88bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ WORKDIR /app

COPY package.json pnpm-lock.yaml ./

RUN sudo apt-get install build-essential libcairo2-dev libpango1.0-dev
RUN apt-get install build-essential libcairo2-dev libpango1.0-dev -y

RUN which python

Expand Down

0 comments on commit 2e88bbb

Please sign in to comment.