Skip to content

Commit efffced

Browse files
committed
Update Containerfile
1 parent acfe2d8 commit efffced

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Containerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ COPY requirements.txt requirements.txt
1010

1111
RUN pip3 install -U pip
1212
RUN pip3 install --no-cache-dir -r requirements.txt
13+
RUN apt update -y && \
14+
apt install curl jq -y
1315

1416
FROM builder
1517

0 commit comments

Comments
 (0)