We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ba855 commit 00c56deCopy full SHA for 00c56de
docker/Dockerfile.demo
@@ -5,6 +5,9 @@ ENV ENABLE_PTVSD 0
5
ENV ENABLE_PYDEVD_PYCHARM 0
6
ENV PYDEVD_PYCHARM_HOST "host.docker.internal"
7
8
+RUN apt-get install -y --no-install-recommends \
9
+ curl
10
+
11
RUN mkdir -p bin && curl -L -o bin/jq \
12
https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && \
13
chmod ug+x bin/jq
0 commit comments