deb-test/bookworm/Dockerfile

7 lines
131 B
Docker

FROM debian:bookworm
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update ; apt-get upgrade -y
RUN apt-get install sudo curl -y