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

Commit

Permalink
fix: Update ubuntu-tiger to add missing gawk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurelien30000 authored May 13, 2024
1 parent ec92132 commit e520204
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 @@ -5,7 +5,7 @@ LABEL author="Aurélien Delval-Carbonne" maintainer="aurelien.delval-carbo
# General Dependencies.
RUN apt update -y \
&& apt install -y build-essential git g++-multilib python-is-python3 \
&& apt install -y autoconf autoconf-archive automake bison clang clang-format doxygen flex ghc libboost-dev libboost-graph-dev libboost-program-options-dev libboost-system-dev libreadline-dev libtool texinfo xsltproc
&& 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

# 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 e520204

Please sign in to comment.