We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c56de commit 7b278d1Copy full SHA for 7b278d1
docker/Dockerfile.demo
@@ -5,8 +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
+RUN apt-get update -y && \
+ apt-get install -y --no-install-recommends \
10
+ curl
11
12
RUN mkdir -p bin && curl -L -o bin/jq \
13
https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64 && \
0 commit comments