Skip to content

Commit 0ef1404

Browse files
Don't update these tools
1 parent 64a5126 commit 0ef1404

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Containerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ RUN rpm -i https://github.com/dshearer/jobber/releases/download/v1.4.4/jobber-1.
3434
ADD dot-jobber.yaml /root/.jobber
3535

3636
# j2cli is used for templating config files which will be useful for passing environment variables
37-
RUN python3 -m pip install --no-cache-dir --upgrade pip
38-
RUN python3 -m pip install --no-cache-dir --upgrade setuptools
37+
#RUN python3 -m pip install --no-cache-dir --upgrade pip
38+
#RUN python3 -m pip install --no-cache-dir --upgrade setuptools
3939
RUN python3 -m pip install --no-cache-dir j2cli
4040

4141
# This file was generated by running CPAN once in "manual" not "local::lib" mode

0 commit comments

Comments
 (0)