BuildEnvironments/DebianBase/Dockerfile

16 lines
318 B
Docker

FROM debian:bookworm
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
SHELL [ "/bin/bash", "-c" ]
ENV HOME /root
ENV DOCKER 1
ENV LANG C.UTF.8
ENV LC_ALL C.UTF.8
USER root
WORKDIR /
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update; apt-get upgrade -y
RUN apt-get install -y rsync zip unzip file git