We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcd2144 commit 4a011ffCopy full SHA for 4a011ff
docker/Dockerfile
@@ -10,7 +10,6 @@ RUN apk add --no-cache python3
10
RUN python3 -m ensurepip
11
RUN pip3 install --upgrade pip
12
RUN pip3 install requests
13
-RUN pip3 install requests
14
RUN pip3 install applicationinsights
15
COPY ./engine /RESTler/engine
16
RUN python3 -m compileall -b /RESTler/engine
0 commit comments