This commit is contained in:
Christoffer Martinsson 2024-04-13 09:29:29 -07:00
commit 069b452b0c

View File

@ -2,7 +2,7 @@ FROM ubuntu:22.04
# Update the system, install OpenSSH Server, and set up users # Update the system, install OpenSSH Server, and set up users
RUN apt-get update && apt-get upgrade -y && \ RUN apt-get update && apt-get upgrade -y && \
apt-get install -y openssh-server git sudo udev apt-get install -y openssh-server git sudo udev software-properties-common
# Create user and set password for user and root user # Create user and set password for user and root user
ARG CODE_PASSWORD ARG CODE_PASSWORD