Skip to content

Commit

Permalink
add gcc to dev container (#2949)
Browse files Browse the repository at this point in the history
add gcc, gcc-c++, and libyaml-devel to dev container to build dependent gems for the dev dashboard.
  • Loading branch information
johrstrom authored Aug 9, 2023
1 parent 6dac38c commit bb41d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ RUN dnf -y update && \
dnf -y module enable nodejs:18 ruby:3.1 && \
dnf install -y epel-release && \
dnf install -y ondemand ondemand-dex && \
dnf install -y gcc gcc-c++ libyaml-devel && \
dnf clean all && rm -rf /var/cache/dnf/*

RUN sed -i 's#^CREATE_MAIL_SPOOL=yes#CREATE_MAIL_SPOOL=no#' /etc/default/useradd; \
Expand Down

0 comments on commit bb41d63

Please sign in to comment.