Quellcode durchsuchen

Drop redundant package installs

Package installs now handled in docker image instead.
Antony Messerli vor 4 Jahren
Ursprung
Commit
8cd90a3e74
2 geänderte Dateien mit 0 neuen und 26 gelöschten Zeilen
  1. 0 13
      Dockerfile-build
  2. 0 13
      Dockerfile-build.production

+ 0 - 13
Dockerfile-build

@@ -1,21 +1,8 @@
 FROM ghcr.io/netbootxyz/docker-builder:latest as builder
 
-ENV DEBIAN_FRONTEND=noninteractive
-
-RUN \
- echo "**** install deps ****" && \
- apt-get update && \
- apt-get install -y \
-      git \
-      python3-pip \
-      python3-setuptools \
-      syslinux
-
 # repo for build
 COPY . /ansible
 
-RUN pip3 install ansible==2.10.0
-
 RUN \
  echo "**** running ansible ****" && \
  cd /ansible && \

+ 0 - 13
Dockerfile-build.production

@@ -1,21 +1,8 @@
 FROM ghcr.io/netbootxyz/docker-builder:latest as builder
 
-ENV DEBIAN_FRONTEND=noninteractive
-
-RUN \
- echo "**** install deps ****" && \
- apt-get update && \
- apt-get install -y \
-      git \
-      python3-pip \
-      python3-setuptools \
-      syslinux
-
 # repo for build
 COPY . /ansible
 
-RUN pip3 install ansible==2.10.0
-
 RUN \
  echo "**** running ansible ****" && \
  cd /ansible && \