debian11-repo-install-test: add container

Change-Id: I7bb98b209481b25317301bdb69f48e644389745f
This commit is contained in:
Oliver Smith 2022-07-08 15:00:45 +02:00
parent 601df58a36
commit cf7b6f11d3
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
ARG USER
ARG REGISTRY=docker.io
ARG UPSTREAM_DISTRO=debian:bullseye
FROM ${REGISTRY}/${UPSTREAM_DISTRO}
# ca-certificates: needed for limesuite-images post-install script
RUN apt-get update && \
apt-get install -y --no-install-recommends \
aptitude \
ca-certificates \
gnupg \
systemd

View File

@ -0,0 +1 @@
include ../make/Makefile