change password on gitpod instead of bothering with contribution to gitpod

This commit is contained in:
Jacob Hrbek 2020-06-05 01:50:26 +00:00
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 \