Add CMD to Dockerfile

This commit is contained in:
drunkendog 2023-08-28 02:44:21 +01:00
parent 0fb23affba
commit ac1849016d
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
FROM ubuntu-22.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq
CMD ["/bin/bash"]