Skip to content
Snippets Groups Projects
Commit dcd60ed0 authored by Valerio Formato's avatar Valerio Formato
Browse files

Fixing bubild

parent 258b521d
No related branches found
No related tags found
No related merge requests found
Pipeline #194402 passed
......@@ -7,7 +7,7 @@ RUN apt -y update && apt -y install gcc-14 g++-14 binutils \
curl git libcurl4 libcurl4-openssl-dev cmake ninja-build python3 python3-pip wget
RUN apt -y install libssl-dev libkrb5-dev libboost-regex-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev uuid-dev zlib1g-dev
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 14 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 14
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 14 --slave /usr/bin/g++ g++ /usr//bin/g++-14
# xrootd
RUN git clone https://github.com/xrootd/xrootd.git -b v5.6.9
......@@ -25,6 +25,6 @@ RUN apt -y update && apt -y install gcc-14 g++-14 binutils \
curl git libcurl4 libcurl4-openssl-dev cmake ninja-build python3 python3-pip wget
RUN apt -y install libssl-dev libkrb5-dev libboost-regex-dev libboost-thread-dev libboost-system-dev libboost-filesystem-dev uuid-dev zlib1g-dev
RUN update-alternatives --install /usr/bin/g++ g++ /usr//bin/g++-14 14 && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 14
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 14 --slave /usr/bin/g++ g++ /usr/bin/g++-14
COPY --from=builder /PMS/software/install/ /PMS/software/install/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment