Skip to content
Snippets Groups Projects
Verified Commit 6fe92720 authored by Jayesh Badwaik's avatar Jayesh Badwaik
Browse files

+ removed /opt/cupstack from the default paths

parent 68e6b382
Branches
No related tags found
No related merge requests found
...@@ -6,7 +6,4 @@ FROM almalinux:8 ...@@ -6,7 +6,4 @@ FROM almalinux:8
RUN dnf install -y 'dnf-command(config-manager)' RUN dnf install -y 'dnf-command(config-manager)'
RUN dnf config-manager --set-enabled powertools RUN dnf config-manager --set-enabled powertools
RUN yum install -y curl glibc-devel make git rsync cmake python3 RUN yum install -y curl glibc-devel make git rsync cmake python3
COPY opt/cupstack/ /usr/local COPY opt/cupstack/ /opt/cupstack
RUN echo "/usr/local/lib64" > /etc/ld.so.conf.d/compiler.conf
RUN echo "/usr/local/lib" >> /etc/ld.so.conf.d/compiler.conf
RUN ldconfig
...@@ -5,7 +5,4 @@ ...@@ -5,7 +5,4 @@
FROM almalinux:9 FROM almalinux:9
RUN dnf install -y 'dnf-command(config-manager)' RUN dnf install -y 'dnf-command(config-manager)'
RUN yum install -y glibc-devel make git rsync cmake python3 RUN yum install -y glibc-devel make git rsync cmake python3
COPY opt/cupstack/ /usr/local COPY opt/cupstack/ /opt/cupstack
RUN echo "/usr/local/lib64" > /etc/ld.so.conf.d/compiler.conf
RUN echo "/usr/local/lib" >> /etc/ld.so.conf.d/compiler.conf
RUN ldconfig
...@@ -6,7 +6,4 @@ FROM archlinux:latest ...@@ -6,7 +6,4 @@ FROM archlinux:latest
RUN pacman -Syy --noconfirm RUN pacman -Syy --noconfirm
RUN pacman --noconfirm -S curl make git rsync cmake python RUN pacman --noconfirm -S curl make git rsync cmake python
RUN unlink /usr/local/share/man RUN unlink /usr/local/share/man
COPY opt/cupstack/ /usr/local COPY opt/cupstack/ /opt/cupstack
RUN echo "/usr/local/lib64" > /etc/ld.so.conf.d/compiler.conf
RUN echo "/usr/local/lib" >> /etc/ld.so.conf.d/compiler.conf
RUN ldconfig
...@@ -6,7 +6,4 @@ FROM rockylinux:8 ...@@ -6,7 +6,4 @@ FROM rockylinux:8
RUN dnf install -y 'dnf-command(config-manager)' RUN dnf install -y 'dnf-command(config-manager)'
RUN dnf config-manager --set-enabled powertools RUN dnf config-manager --set-enabled powertools
RUN yum install -y curl glibc-devel make git rsync cmake python3 RUN yum install -y curl glibc-devel make git rsync cmake python3
COPY opt/cupstack/ /usr/local COPY opt/cupstack/ /opt/cupstack
RUN echo "/usr/local/lib64" > /etc/ld.so.conf.d/compiler.conf
RUN echo "/usr/local/lib" >> /etc/ld.so.conf.d/compiler.conf
RUN ldconfig
...@@ -5,7 +5,4 @@ ...@@ -5,7 +5,4 @@
FROM rockylinux:9 FROM rockylinux:9
RUN dnf install -y 'dnf-command(config-manager)' RUN dnf install -y 'dnf-command(config-manager)'
RUN yum install -y glibc-devel make git rsync cmake python3 RUN yum install -y glibc-devel make git rsync cmake python3
COPY opt/cupstack/ /usr/local COPY opt/cupstack/ /opt/cupstack
RUN echo "/usr/local/lib64" > /etc/ld.so.conf.d/compiler.conf
RUN echo "/usr/local/lib" >> /etc/ld.so.conf.d/compiler.conf
RUN ldconfig
...@@ -6,7 +6,4 @@ FROM ubuntu:22.04 ...@@ -6,7 +6,4 @@ FROM ubuntu:22.04
RUN apt-get update RUN apt-get update
RUN apt-get -y install libatomic1 libc-dev rsync curl ca-certificates binutils RUN apt-get -y install libatomic1 libc-dev rsync curl ca-certificates binutils
RUN apt-get -y install cmake make git python3 --no-install-recommends RUN apt-get -y install cmake make git python3 --no-install-recommends
COPY opt/cupstack/ /usr/local COPY opt/cupstack/ /opt/cupstack
RUN echo "/usr/local/lib64" > /etc/ld.so.conf.d/compiler.conf
RUN echo "/usr/local/lib" >> /etc/ld.so.conf.d/compiler.conf
RUN ldconfig
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment