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
e8194f97
Commit
e8194f97
authored
3 years ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Consolidate Dockerfiles and install dh-python
dh-python is required in Bullseye to build Python-based Debian packages
parent
1a57edb4
No related branches found
No related tags found
No related merge requests found
Pipeline
#7681
passed
3 years ago
Stage: build
Changes
2
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Dockerfile.bullseye
+1
-1
1 addition, 1 deletion
Dockerfile.bullseye
Dockerfile.buster
+2
-2
2 additions, 2 deletions
Dockerfile.buster
with
3 additions
and
3 deletions
Dockerfile.bullseye
+
1
−
1
View file @
e8194f97
...
@@ -7,7 +7,7 @@ RUN apt-get -qq update && \
...
@@ -7,7 +7,7 @@ RUN apt-get -qq update && \
sqlite3 locales-all git \
sqlite3 locales-all git \
python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \
python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \
git-buildpackage debhelper && \
git-buildpackage debhelper
dh-python
&& \
pip3 install pylint html5validator twine build --upgrade && \
pip3 install pylint html5validator twine build --upgrade && \
apt-get -qq clean
apt-get -qq clean
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.buster
+
2
−
2
View file @
e8194f97
...
@@ -6,8 +6,8 @@ RUN apt-get -qq update && \
...
@@ -6,8 +6,8 @@ RUN apt-get -qq update && \
lsb-release openjdk-11-jre-headless curl \
lsb-release openjdk-11-jre-headless curl \
sqlite3 locales-all git \
sqlite3 locales-all git \
python3 python3-venv python3-coverage python3-ldap3 python3-flask python3-flask-sqlalchemy python3-flask-migrate \
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 \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-pytest python3-all python3-pip \
git-buildpackage debhelper && \
git-buildpackage debhelper
dh-python
&& \
pip3 install pylint html5validator twine build --upgrade && \
pip3 install pylint html5validator twine build --upgrade && \
apt-get -qq clean
apt-get -qq clean
...
...
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