GitLab CI testing

See merge request tildes-community/tildes-cf!2
This commit is contained in:
talklittle
2025-01-09 22:39:56 +00:00
committed by Deimos
parent 49886af37e
commit 6be3688d3c
4 changed files with 55 additions and 2 deletions

View File

@@ -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