We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a5126 commit 0ef1404Copy full SHA for 0ef1404
1 file changed
docker/Containerfile
@@ -34,8 +34,8 @@ RUN rpm -i https://github.com/dshearer/jobber/releases/download/v1.4.4/jobber-1.
34
ADD dot-jobber.yaml /root/.jobber
35
36
# 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
+#RUN python3 -m pip install --no-cache-dir --upgrade pip
+#RUN python3 -m pip install --no-cache-dir --upgrade setuptools
39
RUN python3 -m pip install --no-cache-dir j2cli
40
41
# This file was generated by running CPAN once in "manual" not "local::lib" mode
0 commit comments