]> granicus.if.org Git - jq/commitdiff
Dockerfile: Add missing dependency to pip3
authorMattias Hansson <hansson.mattias@gmail.com>
Thu, 28 Mar 2019 17:49:35 +0000 (18:49 +0100)
committerNico Williams <nico@cryptonector.com>
Fri, 29 Mar 2019 13:19:41 +0000 (08:19 -0500)
Dockerfile

index 1c1753c16862c7a1d803c39a34f38be20c3fa4d9..4411f154ff1427da464c7776fa766058e8208a83 100644 (file)
@@ -19,6 +19,7 @@ RUN apt-get update && \
         bison \
         flex \
         python3 \
+        python3-pip \
         wget && \
     wget https://github.com/kkos/oniguruma/archive/v5.9.6.tar.gz -O onig-5.9.6.tar.gz && \
     sha512sum onig-5.9.6.tar.gz | grep 6b048d345e148c9da38af7a8df76d4a358eb3d4db91fa7834076e511f526a63544284f212b0d56badbbd33112c8b458a5fff02bfbbda012ecfe478bc436ea679 && \
@@ -47,7 +48,8 @@ RUN apt-get update && \
         bison \
         git \
         flex \
-        python3 && \
+        python3 \
+        python3-pip && \
     apt-get autoremove -y && \
     rm -rf oniguruma-5.9.6 && \
     rm -rf /var/lib/apt/lists/* /var/lib/gems