From ac1849016d4fc1a2b6da9b2c0f4acf0eb7a050eb Mon Sep 17 00:00:00 2001 From: drunkendog Date: Mon, 28 Aug 2023 02:44:21 +0100 Subject: [PATCH] Add CMD to Dockerfile --- actions/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/actions/Dockerfile b/actions/Dockerfile index c89a791..ab6c47e 100644 --- a/actions/Dockerfile +++ b/actions/Dockerfile @@ -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 \ No newline at end of file +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"] \ No newline at end of file