We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d6202 commit fc15251Copy full SHA for fc15251
Dockerfile
@@ -19,7 +19,8 @@ RUN apt-get update \
19
# Download source
20
WORKDIR /$GIT_REPO
21
ADD $GIT_ARCHIVE /
22
-RUN tar --strip-component 1 -xzvf /$GIT_COMMIT.tar.gz && rm /$GIT_COMMIT.tar.gz
+RUN tar --strip-component 1 -xzvf /$GIT_COMMIT.tar.gz && rm /$GIT_COMMIT.tar.gz \
23
+&& mkdir logs
24
25
# Install dependencies
26
RUN pip3 install --no-cache-dir -r requirements.txt
0 commit comments