Commit 9370d76f authored by nimrod's avatar nimrod
Browse files

Install pyyaml with cython.

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