MH0386 commited on
Commit
67bec22
·
verified ·
1 Parent(s): 9807f4c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ ENV GRADIO_SERVER_PORT=7860 \
6
  PATH=/home/nonroot/.local/bin:$PATH
7
 
8
  # skipcq: DOK-DL3018
9
- RUN apk add --no-cache curl g++
10
 
11
  USER nonroot
12
 
 
6
  PATH=/home/nonroot/.local/bin:$PATH
7
 
8
  # skipcq: DOK-DL3018
9
+ RUN apk add --no-cache curl build-base
10
 
11
  USER nonroot
12