BuildEnvironments/DebianBase/Dockerfile
2024-09-13 13:42:37 -07:00

16 lines
320 B
Docker

FROM debian:bookworm
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
SHELL [ "/bin/bash" ]
ENV HOME /root
ENV DOCKER 1
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.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