diff --git a/actions/Dockerfile b/actions/Dockerfile new file mode 100644 index 0000000..c89a791 --- /dev/null +++ b/actions/Dockerfile @@ -0,0 +1,3 @@ +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