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
1 merge request!2restructure User Images
Pipeline #191564 passed
stages:
- build
- build-lmod
build:
build-venv:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
......@@ -15,7 +14,7 @@ build:
- if: $CI_COMMIT_TAG
build-lmod:
stage: build-lmod
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
......
......@@ -18,7 +18,7 @@ RUN dnf -yq update && \
# Install python packages
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
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