Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -13,10 +13,10 @@ RUN apk add --no-cache \
|
|
13 |
curl \
|
14 |
iptables \
|
15 |
nginx \
|
16 |
-
fuse-overlayfs
|
17 |
|
18 |
# Crear un usuario no root
|
19 |
-
RUN
|
20 |
|
21 |
# Cambiar al usuario no root
|
22 |
USER dockeruser
|
|
|
13 |
curl \
|
14 |
iptables \
|
15 |
nginx \
|
16 |
+
fuse-overlayfs shadow-uidmap
|
17 |
|
18 |
# Crear un usuario no root
|
19 |
+
RUN useradd -m dockeruser && echo "dockeruser ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
|
20 |
|
21 |
# Cambiar al usuario no root
|
22 |
USER dockeruser
|