Skip to content

Commit a2a3361

Browse files
committed
minor changes
1 parent c4cc2f1 commit a2a3361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN mkdir -p /tool/source
1515
RUN git config --global http.sslVerify false
1616
RUN git clone --depth 1 https://github.com/bigbio/py-pgatk.git /tool/source
1717
WORKDIR /tool/source
18-
RUN pip3 install --upgrade pip && pip3 install -r requirements.txt && pip3 install -e .
18+
RUN pip3 install --no-cache-dir -r requirements.txt && pip3 install --no-cache-dir -e .
1919

2020
ENV LC_ALL=C.UTF-8
2121
ENV LANG=C.UTF-8

0 commit comments

Comments
 (0)