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

Undo unused changes

parent e14c6e6b
No related branches found
No related tags found
1 merge request!2restructure User Images
Pipeline #194527 passed
...@@ -16,10 +16,6 @@ RUN dnf -yq update && \ ...@@ -16,10 +16,6 @@ RUN dnf -yq update && \
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 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
COPY --chown=root:root ./install_files/curlftpfs /opt/apps/install/curlftpfs COPY --chown=root:root ./install_files/curlftpfs /opt/apps/install/curlftpfs
......
...@@ -9,9 +9,6 @@ make ...@@ -9,9 +9,6 @@ make
openssh openssh
openssh-clients openssh-clients
procps procps
python3
python3-pip
rsync
sudo sudo
tcl-devel tcl-devel
vim vim
......
pyunicore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment