MH0386 commited on
Commit
1550f69
·
verified ·
1 Parent(s): a69d461

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,7 +9,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest@sha256:40775a79214294fb51d097c9117592f19
9
  /uv /uvx /usr/bin/
10
 
11
  # skipcq: DOK-DL3018
12
- RUN apk add --no-cache curl libstdc++
13
 
14
  USER nonroot
15
 
 
9
  /uv /uvx /usr/bin/
10
 
11
  # skipcq: DOK-DL3018
12
+ RUN apk add --no-cache curl gcc
13
 
14
  USER nonroot
15