Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-images
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uffd
docker-images
Commits
5d06a8fd
Verified
Commit
5d06a8fd
authored
3 years ago
by
nd
Browse files
Options
Downloads
Patches
Plain Diff
move dependency for package building to Docker Image
parent
54f7ca09
No related branches found
No related tags found
No related merge requests found
Pipeline
#7210
passed
3 years ago
Stage: build
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile.buster
+7
-2
7 additions, 2 deletions
Dockerfile.buster
with
7 additions
and
2 deletions
Dockerfile.buster
+
7
−
2
View file @
5d06a8fd
...
...
@@ -2,8 +2,13 @@ FROM debian:buster AS uffd-base
RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
apt-get -qq install sqlite3 locales-all git python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate lsb-release python3-pip python3-qrcode python3-fido2 python3-flask-oauthlib python3-flask-babel python3-pytest openjdk-11-jre-headless && \
pip3 install pylint html5validator --upgrade && \
apt-get -qq install \
lsb-release openjdk-11-jre-headless curl \
sqlite3 locales-all git \
python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \
python3-pip python3-qrcode python3-fido2 python3-flask-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \
git-buildpackage debhelper && \
pip3 install pylint html5validator twine build --upgrade && \
apt-get -qq clean
FROM uffd-base AS openldap-base
...
...
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