We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4cc2f1 commit a2a3361Copy full SHA for a2a3361
Dockerfile
@@ -15,7 +15,7 @@ RUN mkdir -p /tool/source
15
RUN git config --global http.sslVerify false
16
RUN git clone --depth 1 https://github.com/bigbio/py-pgatk.git /tool/source
17
WORKDIR /tool/source
18
-RUN pip3 install --upgrade pip && pip3 install -r requirements.txt && pip3 install -e .
+RUN pip3 install --no-cache-dir -r requirements.txt && pip3 install --no-cache-dir -e .
19
20
ENV LC_ALL=C.UTF-8
21
ENV LANG=C.UTF-8
0 commit comments