Skip to content

Commit

Permalink
Merge pull request #264 from vespa-engine/toregge/use-system-gdb-for-…
Browse files Browse the repository at this point in the history
…almalinux-9

Use system gdb for almalinux 9.
  • Loading branch information
toregge authored Jan 31, 2025
2 parents e1f72bc + b4be3f6 commit ad25f53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dev/almalinux-9/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN dnf -y install \
vim \
wget \
emacs \
gcc-toolset-13-gdb \
gdb \
man-db \
man-pages \
hunspell-en \
Expand All @@ -21,7 +21,6 @@ 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 ad25f53

Please sign in to comment.