From ce3e7281a7359230bbcefbf879995598c21fcc06 Mon Sep 17 00:00:00 2001 From: Christopher Baklid Date: Tue, 31 Jul 2018 22:12:15 +0200 Subject: try build without cleaning first --- docker/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 350e38ec0..2db1ee24a 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -10,7 +10,6 @@ RUN pip install pipenv COPY . /bot WORKDIR /bot -RUN pipenv clean RUN pipenv sync ENTRYPOINT ["/sbin/tini", "--"] -- cgit v1.2.3