Преглед на файлове

Drop redundant package installs

Package installs now handled in docker image instead.
Antony Messerli преди 4 години
родител
ревизия
8cd90a3e74
променени са 2 файла, в които са добавени 0 реда и са изтрити 26 реда
  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 && \