Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rhea
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
frontend
rhea
Commits
8eb64ad7
Commit
8eb64ad7
authored
2 years ago
by
Maicol Petozzi
Browse files
Options
Downloads
Patches
Plain Diff
add curl
update comment
parent
a55ada03
No related branches found
Branches containing commit
Tags
2.1.0
Tags containing commit
No related merge requests found
Pipeline
#1135519
passed
2 years ago
Stage: prepare image
Stage: test and build
Stage: deploy
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
Dockerfile.base
+4
-0
4 additions, 0 deletions
Dockerfile.base
with
5 additions
and
0 deletions
CHANGELOG.md
+
1
−
0
View file @
8eb64ad7
...
...
@@ -7,6 +7,7 @@
### Added
-
Added
`essential`
release, removing chrome dependencies
-
Added
`CHANGELOG.md`
-
Added
`graphviz`
and
`curl`
to base image
### Changed
-
Changed
`Dockerfile`
into
`Dockerfile.base`
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.base
+
4
−
0
View file @
8eb64ad7
...
...
@@ -12,7 +12,11 @@ RUN apt-get update && \
build-essential \
# Install compile packages like: gcc, make, ...
# https://packages.debian.org/buster/build-essential
curl \
# Used for transferring Files/Data
# https://packages.debian.org/buster/curl
graphviz \
# Used for building charts
# https://packages.debian.org/buster/graphviz
gconf-service libasound2 libatk1.0-0 libatk-bridge2.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget
# Dependencies for puppeteer/chrome
...
...
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