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

add pyunicore package

parent df5c409b
Branches
Tags
1 merge request!2restructure User Images
Pipeline #191563 failed
...@@ -15,6 +15,11 @@ RUN dnf -yq update && \ ...@@ -15,6 +15,11 @@ RUN dnf -yq update && \
dnf -yq install epel-release findutils && \ dnf -yq install epel-release findutils && \
cat /tmp/dnf_packages.txt | xargs dnf install -yq && \ cat /tmp/dnf_packages.txt | xargs dnf install -yq && \
dnf clean all && rm /tmp/dnf_packages.txt dnf clean all && rm /tmp/dnf_packages.txt
# Install python packages
COPY files/pip_packages.txt /tmp/pip_packages.txt
RUN pip 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
COPY --chown=root:root ./install_files/curlftpfs /opt/apps/install/curlftpfs COPY --chown=root:root ./install_files/curlftpfs /opt/apps/install/curlftpfs
......
...@@ -10,6 +10,7 @@ openssh ...@@ -10,6 +10,7 @@ openssh
openssh-clients openssh-clients
procps procps
python3 python3
python3-pip
rsync rsync
sudo sudo
tcl-devel tcl-devel
......
pyunicore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment