mirror of
https://gitlab.com/tildes/tildes.git
synced 2026-04-17 14:59:11 +02:00
@@ -17,7 +17,7 @@ RUN cd ~vagrant \
|
||||
EXPOSE 22
|
||||
|
||||
# install sudo, sshd, git, python3
|
||||
RUN apt-get update && apt-get install -y sudo openssh-server git python3
|
||||
RUN apt-get update && apt-get install -y sudo openssh-server git python3 python3-pip
|
||||
|
||||
# Enable passwordless sudo for the "vagrant" user
|
||||
RUN mkdir -p /etc/sudoers.d
|
||||
|
||||
Reference in New Issue
Block a user