Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
feat: Replace gcc-multilib with g++ multilib
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 authored Apr 8, 2024
1 parent 4ff8ce6 commit b6a36a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/ubuntu-tiger/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=$TARGETOS/$TARGETARCH ubuntu:22.04
LABEL author="Aurélien Delval-Carbonne" maintainer="[email protected]"

RUN apt update -y \
&& apt install -y build-essential gcc-multilib git python-is-python3 \
&& apt install -y build-essential git g++-multilib python-is-python3 \
&& apt install -y autoconf automake bison clang clang-format doxygen libboost-dev libboost-graph-dev libboost-program-options-dev libboost-system-dev libtool \
&& git clone https://github.com/Genivia/RE-flex.git \
&& cd RE-flex \
Expand Down

0 comments on commit b6a36a9

Please sign in to comment.