Skip to content

Commit 7b278d1

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docker/Dockerfile.demo

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +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
8+
RUN apt-get update -y && \
9+
apt-get install -y --no-install-recommends \
10+
curl
1011

1112
RUN mkdir -p bin && curl -L -o bin/jq \
1213
https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && \

0 commit comments

Comments
 (0)