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

revert "+ removed /opt/cupstack from the default paths"

This reverts commit 6fe92720.
parent 6fe92720
Branches main
No related tags found
No related merge requests found
......@@ -6,4 +6,7 @@ FROM almalinux:8
RUN dnf install -y 'dnf-command(config-manager)'
RUN dnf config-manager --set-enabled powertools
RUN yum install -y curl glibc-devel make git rsync cmake python3
COPY opt/cupstack/ /opt/cupstack
COPY opt/cupstack/ /usr/local
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,4 +5,7 @@
FROM almalinux:9
RUN dnf install -y 'dnf-command(config-manager)'
RUN yum install -y glibc-devel make git rsync cmake python3
COPY opt/cupstack/ /opt/cupstack
COPY opt/cupstack/ /usr/local
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,4 +6,7 @@ FROM archlinux:latest
RUN pacman -Syy --noconfirm
RUN pacman --noconfirm -S curl make git rsync cmake python
RUN unlink /usr/local/share/man
COPY opt/cupstack/ /opt/cupstack
COPY opt/cupstack/ /usr/local
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,4 +6,7 @@ FROM rockylinux:8
RUN dnf install -y 'dnf-command(config-manager)'
RUN dnf config-manager --set-enabled powertools
RUN yum install -y curl glibc-devel make git rsync cmake python3
COPY opt/cupstack/ /opt/cupstack
COPY opt/cupstack/ /usr/local
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,4 +5,7 @@
FROM rockylinux:9
RUN dnf install -y 'dnf-command(config-manager)'
RUN yum install -y glibc-devel make git rsync cmake python3
COPY opt/cupstack/ /opt/cupstack
COPY opt/cupstack/ /usr/local
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,4 +6,7 @@ FROM ubuntu:22.04
RUN apt-get update
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
COPY opt/cupstack/ /opt/cupstack
COPY opt/cupstack/ /usr/local
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