moriire commited on
Commit
fe0a530
1 Parent(s): 4db66d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -4,6 +4,7 @@ ARG IMAGE=python:3.10-slim-bullseye
4
  # Use the image as specified
5
  FROM ${IMAGE}
6
 
 
7
  # Re-declare the ARG after FROM
8
  ARG IMAGE
9
 
 
4
  # Use the image as specified
5
  FROM ${IMAGE}
6
 
7
+ USER root
8
  # Re-declare the ARG after FROM
9
  ARG IMAGE
10