Commit 7cee9eb7 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Update CI base image build script

parent 8a379893
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -4,7 +4,10 @@ MAINTAINER Andreas Kloeckner <inform@tiker.net>
RUN echo 'APT::Default-Release "testing";' >> /etc/apt/apt.conf

RUN apt-get update
RUN apt-get -y -o APT::Install-Recommends=0 -o APT::Install-Suggests=0 install \
RUN apt-get -y upgrade

# -o APT::Install-Recommends=0
RUN apt-get -y -o APT::Install-Suggests=0 install \
  python3-dev \
  build-essential \
  git \
+1 −1
Original line number Diff line number Diff line
#! /bin/bash

docker build . -t inducer/ci-base-image
docker build --no-cache . -t inducer/ci-base-image