Skip to content

Commit 4a011ff

Browse files
authored
Remove unnecessary layer (#488)
Duplicated layer
1 parent dcd2144 commit 4a011ff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ RUN apk add --no-cache python3
1010
RUN python3 -m ensurepip
1111
RUN pip3 install --upgrade pip
1212
RUN pip3 install requests
13-
RUN pip3 install requests
1413
RUN pip3 install applicationinsights
1514
COPY ./engine /RESTler/engine
1615
RUN python3 -m compileall -b /RESTler/engine

0 commit comments

Comments
 (0)