Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
rauerhans committed Aug 17, 2023
1 parent 3020aba commit 5bb8d73
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions dockerfiles/Dockerfile.cloud
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,8 @@ RUN setcap cap_setgid+ep /usr/bin/newgidmap
RUN chmod 0755 /usr/bin/newuidmap
RUN chmod 0755 /usr/bin/newgidmap

#RUN echo "plural:100000:65536" > /etc/subuid
#RUN echo "plural:100000:65536" > /etc/subgid
RUN printf "plural:1:999\nplural:1001:64535" > /etc/subuid
RUN printf "plural:1:999\nplural:1001:64535" > /etc/subgid
RUN echo "plural:100000:65536" > /etc/subuid
RUN echo "plural:100000:65536" > /etc/subgid
#RUN echo "plural ALL=(ALL) NOPASSWD:ALL" | sudo tee -a /etc/sudoers

# setup dirs
Expand Down

0 comments on commit 5bb8d73

Please sign in to comment.