change password on gitpod instead of bothering with contribution to gitpod
This commit is contained in:
parent
5ae9dd95ca
commit
9dd6acbbd7
@ -33,7 +33,7 @@ RUN true \
|
|||||||
sudo \
|
sudo \
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& passwd -l root
|
&& printf '%s\n' "gitpod:gitpod" | chpasswd
|
||||||
|
|
||||||
# Add custom functions
|
# Add custom functions
|
||||||
RUN true \
|
RUN true \
|
||||||
|
Loading…
Reference in New Issue
Block a user