Commit 63c5caf9 authored by Stavros-Anastasios Charismiadis's avatar Stavros-Anastasios Charismiadis
Browse files

install jq and curl in publish and helper container

parent 9f0b164a
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
    libxslt1-dev && \
    rm -rf /var/lib/apt/lists/*
RUN pip3 install --no-cache-dir -r requirements.txt
RUN apt-get update && apt-get install -y --no-install-recommends curl jq 

COPY . /usr/src/app

+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
    rm -rf /var/lib/apt/lists/*

RUN pip3 install --no-cache-dir -r requirements.txt
RUN apt-get update && apt-get install -y --no-install-recommends openssl curl redis
RUN apt-get update && apt-get install -y --no-install-recommends openssl curl redis jq 

COPY . /usr/src/app