Remove never used moulette

This commit is contained in:
nemunaire 2022-12-17 09:08:11 +01:00
parent 11c5559aeb
commit 1e1c521eed
2 changed files with 0 additions and 28 deletions

View File

@ -1,27 +0,0 @@
FROM debian
RUN apt-get update && apt-get install --no-install-recommends -y \
ca-certificates \
curl \
gnupg \
lsb-release \
software-properties-common \
&& rm -rf /var/lib/apt/lists/*
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
RUN apt-get update && apt-get install --no-install-recommends -y \
apt-transport-https \
containerd.io \
docker-ce \
docker-ce-cli \
systemd-sysv \
udev \
vim.tiny \
&& rm -rf /var/lib/apt/lists/*
RUN rm -rf /etc/init.d/ && \
mkdir /overlay && \
ln -sf /init /sbin/init && \
ln -sf /lib/systemd/system/systemd-netwkord.service /etc/systemd/system/multi-user.target.wants/systemd-networkd.service

View File

@ -1 +0,0 @@
image: moulette-base