Skip to content
Snippets Groups Projects
Commit 467ddce1 authored by dalmiromaia's avatar dalmiromaia
Browse files

ST-970 try try again

parent e4243b39
No related branches found
No related tags found
No related merge requests found
...@@ -73,6 +73,6 @@ RUN apk --update add --no-cache --virtual mybuilddeps wget \ ...@@ -73,6 +73,6 @@ RUN apk --update add --no-cache --virtual mybuilddeps wget \
# create the user tango and add it to sudoers # create the user tango and add it to sudoers
&& adduser -h /home/tango -s /bin/bash -D tango \ && adduser -h /home/tango -s /bin/bash -D tango \
&& echo "tango ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/tango && apk del mybuilddeps \ && echo "tango ALL=(root) NOPASSWD:ALL" > /etc/sudoers.d/tango && apk del mybuilddeps \
&& apk --update add --no-cache python3 python3-pip && apk --update add --no-cache python3 py3-pip
USER tango USER tango
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment