Skip to content

Commit 47209f4

Browse files
author
wwanarif
committed
removed specific version contraints in studio-frontend's dockerfile
Signed-off-by: wwanarif <[email protected]>
1 parent 31411fb commit 47209f4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

studio-frontend/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
FROM node:20-alpine
22

33
# 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 \
4+
RUN apk add --no-cache gcompat python3 make g++ \
55
# Needed for pdfjs-dist
6-
build-base=0.5-r3 cairo-dev=1.18.0-r0 pango-dev=1.52.2-r0 \
6+
build-base cairo-dev pango-dev \
77
# Install Chromium
88
chromium && \
99
# Install PNPM globally
1010
npm install -g [email protected]
1111

1212
# Install git
13-
RUN apk add --no-cache git=2.45.2-r0
13+
RUN apk add --no-cache git
1414

1515
# Debug step to verify git installation
1616
RUN git --version

0 commit comments

Comments
 (0)