Skip to content
Snippets Groups Projects
Commit c1c7e38d authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

minor fixes

parent 18aa845f
No related branches found
No related tags found
No related merge requests found
Pipeline #191564 passed
stages: stages:
- build - build
- build-lmod
build: build-venv:
stage: build stage: build
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
...@@ -15,7 +14,7 @@ build: ...@@ -15,7 +14,7 @@ build:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
build-lmod: build-lmod:
stage: build-lmod stage: build
image: image:
name: gcr.io/kaniko-project/executor:debug name: gcr.io/kaniko-project/executor:debug
entrypoint: [""] entrypoint: [""]
......
...@@ -18,7 +18,7 @@ RUN dnf -yq update && \ ...@@ -18,7 +18,7 @@ RUN dnf -yq update && \
# Install python packages # Install python packages
COPY files/pip_packages.txt /tmp/pip_packages.txt COPY files/pip_packages.txt /tmp/pip_packages.txt
RUN pip install -r /tmp/pip_packages.txt RUN pip3 install -r /tmp/pip_packages.txt
# Download and install curlftpfs # Download and install curlftpfs
RUN mkdir -p /opt/apps/install RUN mkdir -p /opt/apps/install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment