MH0386 commited on
Commit
7754f31
·
verified ·
1 Parent(s): 2dc86de

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest@sha256:67b2bcccdc103d608727d1b577e58008e
11
  # skipcq: DOK-DL3018
12
  RUN apk add --no-cache curl libstdc++
13
 
14
- USER nonroot
15
 
16
  WORKDIR /home/nonroot
17
 
 
11
  # skipcq: DOK-DL3018
12
  RUN apk add --no-cache curl libstdc++
13
 
14
+ # USER nonroot
15
 
16
  WORKDIR /home/nonroot
17