Loading Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ RUN apt-get update && \ bzr \ cmake \ composer \ cython3 \ dbus-x11 \ default-jdk-headless \ default-mysql-client \ Loading Loading @@ -87,7 +88,6 @@ RUN apt-get update && \ python3-dev \ python3-pip \ python3-venv \ python3-yaml \ redis-tools \ rename \ reprepro \ Loading @@ -114,6 +114,7 @@ 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 \ Loading Loading
Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -28,6 +28,7 @@ RUN apt-get update && \ bzr \ cmake \ composer \ cython3 \ dbus-x11 \ default-jdk-headless \ default-mysql-client \ Loading Loading @@ -87,7 +88,6 @@ RUN apt-get update && \ python3-dev \ python3-pip \ python3-venv \ python3-yaml \ redis-tools \ rename \ reprepro \ Loading @@ -114,6 +114,7 @@ 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 \ Loading