Update Dockerfile
Browse files- 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 |
|