File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ LABEL summary="$SUMMARY" \
26
26
27
27
USER 0
28
28
COPY ./s2i_assemble.patch /tmp/s2i_assemble.patch
29
+ COPY ./requirements.txt $HOME/requirements.txt
29
30
RUN TMPFILE=$(mktemp) && \
30
31
TMPFILE_ASSEMBLE=$(mktemp) && \
31
32
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
32
33
pip3 install -U "pip==20.3.3" && \
33
34
/usr/bin/pip3 install -U "pip==20.3.3" && \
34
- curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/f34-py39/requirements.txt" -o requirements.txt && \
35
- MICROPIPENV_NO_LOCKFILE_WRITE=1 MICROPIPENV_PIP_BIN=/usr/bin/pip3 curl https://raw.githubusercontent.com/thoth-station/micropipenv/master/micropipenv.py | /usr/bin/python3 - install -- && \
35
+ curl https://raw.githubusercontent.com/thoth-station/micropipenv/master/micropipenv.py | MICROPIPENV_NO_LOCKFILE_WRITE=1 MICROPIPENV_PIP_BIN=/usr/bin/pip3 /usr/bin/python3 - install -- && \
36
36
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
37
37
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
38
38
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ LABEL summary="$SUMMARY" \
26
26
27
27
USER 0
28
28
COPY ./s2i_assemble.patch /tmp/s2i_assemble.patch
29
+ COPY ./requirements.txt $HOME/requirements.txt
29
30
RUN TMPFILE=$(mktemp) && \
30
31
TMPFILE_ASSEMBLE=$(mktemp) && \
31
32
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
32
33
pip3 install -U "pip==20.3.3" && \
33
34
/usr/bin/pip3 install -U "pip==20.3.3" && \
34
- curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/ubi8-py36/requirements.txt" -o requirements.txt && \
35
- MICROPIPENV_NO_LOCKFILE_WRITE=1 MICROPIPENV_PIP_BIN=/usr/bin/pip3 curl https://raw.githubusercontent.com/thoth-station/micropipenv/master/micropipenv.py | /usr/bin/python3 - install -- && \
35
+ curl https://raw.githubusercontent.com/thoth-station/micropipenv/master/micropipenv.py | MICROPIPENV_NO_LOCKFILE_WRITE=1 MICROPIPENV_PIP_BIN=/usr/bin/pip3 /usr/bin/python3 - install -- && \
36
36
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
37
37
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
38
38
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ LABEL summary="$SUMMARY" \
26
26
27
27
USER 0
28
28
COPY ./s2i_assemble.patch /tmp/s2i_assemble.patch
29
+ COPY ./requirements.txt $HOME/requirements.txt
29
30
RUN TMPFILE=$(mktemp) && \
30
31
TMPFILE_ASSEMBLE=$(mktemp) && \
31
32
pushd "${STI_SCRIPTS_PATH}" && patch -p 1 </tmp/s2i_assemble.patch && popd && \
32
33
pip3 install -U "pip==20.3.3" && \
33
34
/usr/bin/pip3 install -U "pip==20.3.3" && \
34
- curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/ubi8-py38/requirements.txt" -o requirements.txt && \
35
- MICROPIPENV_NO_LOCKFILE_WRITE=1 MICROPIPENV_PIP_BIN=/usr/bin/pip3 curl https://raw.githubusercontent.com/thoth-station/micropipenv/master/micropipenv.py | /usr/bin/python3 - install -- && \
35
+ curl https://raw.githubusercontent.com/thoth-station/micropipenv/master/micropipenv.py | MICROPIPENV_NO_LOCKFILE_WRITE=1 MICROPIPENV_PIP_BIN=/usr/bin/pip3 /usr/bin/python3 - install -- && \
36
36
curl "https://raw.githubusercontent.com/thoth-station/s2i-thoth/master/assemble" -o "${TMPFILE_ASSEMBLE}" && \
37
37
cp "${STI_SCRIPTS_PATH}/assemble" "${TMPFILE}" && \
38
38
head -n1 "${TMPFILE}" >"${STI_SCRIPTS_PATH}/assemble" && \
You can’t perform that action at this time.
0 commit comments