Related: OS#4969 Change-Id: I7addb30aa3f8564dcbdc3f6cf2e2e0cfdf4dd02dchanges/72/22372/2
parent
26bd12d73b
commit
4407e0e3aa
@ -0,0 +1,13 @@
|
||||
ARG USER
|
||||
ARG REGISTRY=docker.io
|
||||
ARG UPSTREAM_DISTRO=debian:buster
|
||||
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
|
@ -0,0 +1 @@
|
||||
include ../make/Makefile
|
Loading…
Reference in new issue