Skip to content

Commit b432dae

Browse files
authored
Update Dockerfile
1 parent ca46901 commit b432dae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ RUN apt-get update && apt-get -y upgrade \
77
&& rm -rf /var/lib/apt/lists/*
88

99
# install python requirements
10-
CMD ls -l
1110
COPY requirements.txt .
1211
COPY tests/requirements-test.txt .
1312
RUN pip3 install --no-cache-dir --upgrade pip \

0 commit comments

Comments
 (0)