standard-build/actions/Dockerfile

4 lines
257 B
Docker
Raw Permalink Normal View History

2023-08-28 17:04:01 +01:00
FROM ubuntu:22.04
2023-08-28 02:40:55 +01:00
ENV DEBIAN_FRONTEND=noninteractive
2023-08-28 18:41:38 +01:00
RUN apt-get update -y && apt-get install -y ca-certificates curl gnupg lsb-release nano wget tmux htop python3 python3-pip git certbot borgbackup jq nodejs && rm -rf /var/lib/apt/lists/*
2023-08-28 02:44:21 +01:00
CMD ["/bin/bash"]