Skip to content

Commit

Permalink
remove g++
Browse files Browse the repository at this point in the history
  • Loading branch information
ober committed Oct 12, 2023
1 parent 5fcf3f4 commit e886c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ ARG configure_args
ARG cores
ARG repo
ARG shared
ENV GERBIL_GCC=g++
RUN cd /opt && eval git clone -b "${branch}" "https://github.com/${repo}" gerbil-src \
&& cd /opt/gerbil-src && eval ./configure --prefix=/opt/gerbil --enable-shared=${shared} ${configure_args}

Expand Down

0 comments on commit e886c3f

Please sign in to comment.