Skip to content

Commit 00c56de

Browse files
committed
Demo image needs curl
Signed-off-by: jamshale <jamiehalebc@gmail.com>
1 parent 74ba855 commit 00c56de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker/Dockerfile.demo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ ENV ENABLE_PTVSD 0
55
ENV ENABLE_PYDEVD_PYCHARM 0
66
ENV PYDEVD_PYCHARM_HOST "host.docker.internal"
77

8+
RUN apt-get install -y --no-install-recommends \
9+
curl
10+
811
RUN mkdir -p bin && curl -L -o bin/jq \
912
https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && \
1013
chmod ug+x bin/jq

0 commit comments

Comments
 (0)