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 31411fb commit 47209f4Copy full SHA for 47209f4
studio-frontend/Dockerfile
@@ -1,16 +1,16 @@
1
FROM node:20-alpine
2
3
# Install necessary packages
4
-RUN apk add --no-cache gcompat=1.1.0-r4 python3=3.12.7-r0 make=4.4.1-r2 g++=13.2.1_git20240309-r0 \
+RUN apk add --no-cache gcompat python3 make g++ \
5
# Needed for pdfjs-dist
6
- build-base=0.5-r3 cairo-dev=1.18.0-r0 pango-dev=1.52.2-r0 \
+ build-base cairo-dev pango-dev \
7
# Install Chromium
8
chromium && \
9
# Install PNPM globally
10
npm install -g [email protected]
11
12
# Install git
13
-RUN apk add --no-cache git=2.45.2-r0
+RUN apk add --no-cache git
14
15
# Debug step to verify git installation
16
RUN git --version
0 commit comments