From 618f37dd83ec0397c338b59092337eff9fe5bdfd Mon Sep 17 00:00:00 2001 From: wilou Date: Thu, 25 Apr 2024 09:06:02 +0000 Subject: [PATCH] Supprimer debmirror/Dockerfile --- debmirror/Dockerfile | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 debmirror/Dockerfile diff --git a/debmirror/Dockerfile b/debmirror/Dockerfile deleted file mode 100644 index 64086df..0000000 --- a/debmirror/Dockerfile +++ /dev/null @@ -1,25 +0,0 @@ -FROM debian:bookworm -MAINTAINER Wilfried Huysschaert - -RUN apt-get update && apt-get install -y \ - adduser \ - git \ - rsync - -RUN adduser \ - --system \ - --home=/opt/ftp-master.debian.org/archvsync/ \ - --shell=/bin/bash \ - --no-create-home \ - --group \ - archvsync - -RUN mkdir -p /opt/ftp-master.debian.org/ -WORKDIR /opt/ftp-master.debian.org/ -RUN git clone https://ftp-master.debian.org/git/archvsync.git/ -RUN chown -R archvsync:archvsync ./archvsync -WORKDIR /opt/ftp-master.debian.org/archvsync/ - -ENV PATH /opt/ftp-master.debian.org/archvsync/bin:${PATH} - -CMD ["ftpsync"] \ No newline at end of file