We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c38c8 commit e2df261Copy full SHA for e2df261
apps/stage-web/Dockerfile
@@ -4,7 +4,7 @@ WORKDIR /app
4
5
RUN apt update && apt install -y ca-certificates curl
6
RUN update-ca-certificates
7
-RUN apt update && apt install -y python3 curl
+RUN apt update && apt install -y build-essential python3 curl
8
9
RUN corepack enable
10
0 commit comments