Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ci-dockerfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
cubicweb
ci-dockerfiles
Commits
72ff0d021fa4
Commit
72ff0d021fa4
authored
3 years ago
by
Noé Gaumont
Browse files
Options
Downloads
Patches
Plain Diff
feat(buster-slim-pg11): add gcc
This is needed for some pip packages such as pycrypto
parent
0d3157de95b6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#85460
passed
3 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
library/buster-slim-pg11/Dockerfile
+2
-1
2 additions, 1 deletion
library/buster-slim-pg11/Dockerfile
with
2 additions
and
1 deletion
library/buster-slim-pg11/Dockerfile
+
2
−
1
View file @
72ff0d02
...
...
@@ -36,6 +36,7 @@
apt-utils
\
nodejs
\
git
\
gcc
\
sudo
\
&&
pg_dropcluster 11 main
...
...
@@ -50,4 +51,4 @@
RUN
useradd
--create-home
--user-group
--shell
/bin/bash user
RUN
echo
"user ALL=(ALL) NOPASSWD:ALL"
>
/etc/sudoers.d/user
USER
user
WORKDIR
/home/user
WORKDIR
/home/user
\ No newline at end of file
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