Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 186cf3d5 authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

base: add bison and flex packages

parent eaddf856
No related branches found
No related tags found
No related merge requests found
Pipeline #1073291 passed
...@@ -6,7 +6,7 @@ RUN apt-get -y update ...@@ -6,7 +6,7 @@ RUN apt-get -y update
RUN apt-get -y upgrade --no-install-recommends \ RUN apt-get -y upgrade --no-install-recommends \
# linux base packages # linux base packages
adduser bash bzip2 ca-certificates cpio curl git jq sudo unzip vim wget \ adduser bash bison bzip2 ca-certificates cpio curl flex git jq sudo unzip vim wget \
# dev tools # dev tools
clang clang-format clang-tidy cppcheck doxygen gcovr lcov pkg-config valgrind \ clang clang-format clang-tidy cppcheck doxygen gcovr lcov pkg-config valgrind \
# C/Fortran compiling tools # C/Fortran compiling tools
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment