Skip to content

Commit

Permalink
Merge pull request #263 from vespa-engine/toregge/make-gcc-toolset-13…
Browse files Browse the repository at this point in the history
…-gdb-visible

Make gcc-toolset-13-gdb visible.
  • Loading branch information
toregge authored Jan 22, 2025
2 parents 286b211 + 6390fda commit e1f72bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/almalinux-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ RUN dnf -y install \
graphviz && \
pip3 install --upgrade pip && \
pip3 install numpy xgboost scikit-learn && \
printf '%s\n' "# gdb" "source /opt/rh/gcc-toolset-13/enable" > /etc/profile.d/enable-gcc-toolset-13-gdb.sh && \
dnf clean all --enablerepo=\*

RUN useradd -M -d /opt/vespa -s /usr/sbin/nologin vespa
Expand Down

0 comments on commit e1f72bc

Please sign in to comment.