Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
docker
Commits
186cf3d5
Commit
186cf3d5
authored
4 months ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
base: add bison and flex packages
parent
eaddf856
No related branches found
No related tags found
No related merge requests found
Pipeline
#1073291
passed
4 months ago
Stage: build-first-layout
Stage: build-second-layout
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dockerfile-base
+1
-1
1 addition, 1 deletion
dockerfile-base
with
1 addition
and
1 deletion
dockerfile-base
+
1
−
1
View file @
186cf3d5
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment