Update tools
This commit is contained in:
@@ -3,7 +3,7 @@ FROM ubuntu:22.04
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends openssh-server sudo ca-certificates \
|
||||
&& apt-get install -y --no-install-recommends openssh-server sudo ca-certificates nano file htop vim \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir /var/run/sshd
|
||||
|
||||
Reference in New Issue
Block a user