SamuelLance73 commited on
Commit
a67286a
·
verified ·
1 Parent(s): af1848b

Automated deployment update from ML build

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
5
  RUN apt-get update && apt-get install -y --no-install-recommends \
6
  curl wget sudo python3 python3-pip upx openssh-server nginx \
7
  git vim nano htop tmux jq unzip iputils-ping net-tools tree \
8
- rclone supervisor iproute2 \
9
  && mkdir -p /var/run/sshd && chmod 0755 /var/run/sshd \
10
  && echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config \
11
  && echo "Port 2222" >> /etc/ssh/sshd_config \
 
5
  RUN apt-get update && apt-get install -y --no-install-recommends \
6
  curl wget sudo python3 python3-pip upx openssh-server nginx \
7
  git vim nano htop tmux jq unzip iputils-ping net-tools tree \
8
+ rclone supervisor iproute2 libatomic1 \
9
  && mkdir -p /var/run/sshd && chmod 0755 /var/run/sshd \
10
  && echo "PasswordAuthentication yes" >> /etc/ssh/sshd_config \
11
  && echo "Port 2222" >> /etc/ssh/sshd_config \