Pyboxs commited on
Commit
3e0e779
1 Parent(s): 9ecdcba

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 adduser -D dockeruser && echo "dockeruser ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
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