Commit 93e719f4 authored by nimrod's avatar nimrod
Browse files

Install the bare minimum from Debian.

Let pip sort it out.
parent 31183616
Loading
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -28,7 +28,6 @@ RUN apt-get update && \
        bzr \
        cmake \
        composer \
        cython3 \
        dbus-x11 \
        default-jdk-headless \
        default-mysql-client \
@@ -84,11 +83,9 @@ RUN apt-get update && \
        podman \
        postgresql-client \
        protobuf-compiler \
        python3-cffi-backend \
        python3-dev \
        python3-pip \
        python3-venv \
        python3-yaml \
        redis-tools \
        rename \
        reprepro \
@@ -114,8 +111,6 @@ RUN apt-get update && \
    && \
    sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/; s/# en_IL UTF-8/en_IL UTF-8/; s/# he_IL.UTF-8 UTF-8/he_IL.UTF-8 UTF-8/;' /etc/locale.gen && \
    locale-gen && \
    python3 -m pip install --upgrade pip setuptools wheel && \
    export PYYAML_FORCE_CYTHON="1" && \
    python3 -m pip install \
        ansible \
        ansible-runner \