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

Commit

Permalink
fix: Fix ubuntu-tiger Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 authored Jun 6, 2024
1 parent 9b4e36d commit 0929aed
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 @@ -8,7 +8,7 @@ RUN apt update -y \
&& apt install -y autoconf autoconf-archive automake bison clang clang-format doxygen flex gawk ghc libboost-dev libboost-graph-dev libboost-program-options-dev libboost-system-dev libreadline-dev libtool texinfo xsltproc

# ARM compilation & virtual machine.
apt install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross qemu-user
RUN apt install gcc-arm-linux-gnueabihf libc6-dev-armhf-cross qemu-user

# Reflex.
RUN git clone https://github.com/Genivia/RE-flex.git && cd RE-flex/ && ./clean.sh && ./build.sh && ./allinstall.sh && cd ../
Expand Down

0 comments on commit 0929aed

Please sign in to comment.