Skip to content

Instantly share code, notes, and snippets.

@raoulbhatia
raoulbhatia / Dockerfile.debian10
Last active May 22, 2020 19:40
BackupPC Debian 10 Buster Dockerfile
FROM debian:buster
LABEL maintainer="raoul@bhatia.at"
#######################################
RUN apt -y update && apt -y install \
sudo \
wget \
git \