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
7df39ea3
Commit
7df39ea3
authored
11 months ago
by
Julian
Browse files
Options
Downloads
Patches
Plain Diff
Make sure python3-simplejson is not installed
parent
a3b3b8db
No related branches found
No related tags found
No related merge requests found
Pipeline
#40442
failed
4 days ago
Stage: build
Changes
3
Pipelines
51
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
Dockerfile.bookworm
+1
-1
1 addition, 1 deletion
Dockerfile.bookworm
Dockerfile.bullseye
+1
-1
1 addition, 1 deletion
Dockerfile.bullseye
Dockerfile.buster
+1
-1
1 addition, 1 deletion
Dockerfile.buster
with
3 additions
and
3 deletions
Dockerfile.bookworm
+
1
−
1
View file @
7df39ea3
...
@@ -11,7 +11,7 @@ RUN dpkg-divert --divert /usr/lib/python3.11/EXTERNALLY-MANAGED.diverted --renam
...
@@ -11,7 +11,7 @@ RUN dpkg-divert --divert /usr/lib/python3.11/EXTERNALLY-MANAGED.diverted --renam
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-argon2 python3-pytest python3-all python3-pip \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-all python3-pip \
git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-requests-oauthlib python3-git python3-prometheus-client libffi-dev \
git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-requests-oauthlib python3-git python3-prometheus-client libffi-dev \
redis-server pylint python3-build twine python3-ua-parser && \
redis-server pylint python3-build twine python3-ua-parser
python3-simplejson-
&& \
pip3 install html5validator==0.4.2 && \
pip3 install html5validator==0.4.2 && \
apt-get -qq clean
apt-get -qq clean
...
...
This diff is collapsed.
Click to expand it.
Dockerfile.bullseye
+
1
−
1
View file @
7df39ea3
...
@@ -8,7 +8,7 @@ RUN apt-get -qq update && \
...
@@ -8,7 +8,7 @@ RUN apt-get -qq update && \
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-argon2 python3-pytest python3-all python3-pip \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-all python3-pip \
git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-requests-oauthlib python3-git python3-prometheus-client libffi-dev \
git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-requests-oauthlib python3-git python3-prometheus-client libffi-dev \
redis-server python3-ua-parser && \
redis-server python3-ua-parser
python3-simplejson-
&& \
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
+
1
−
1
View file @
7df39ea3
...
@@ -8,7 +8,7 @@ RUN apt-get -qq update && \
...
@@ -8,7 +8,7 @@ RUN apt-get -qq update && \
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-argon2 python3-pytest python3-all python3-pip \
python3-pip python3-qrcode python3-fido2 python3-oauthlib python3-flask-babel python3-argon2 python3-pytest python3-all python3-pip \
git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-flask-oauthlib python3-requests-oauthlib python3-git \
git-buildpackage debhelper dh-python mariadb-server python3-mysqldb python3-flask-oauthlib python3-requests-oauthlib python3-git \
python3-prometheus-client libffi-dev redis-server python3-ua-parser && \
python3-prometheus-client libffi-dev redis-server python3-ua-parser
python3-simplejson-
&& \
pip3 install pylint twine build --upgrade && \
pip3 install pylint twine build --upgrade && \
apt-get -qq clean
apt-get -qq clean
...
...
This diff is collapsed.
Click to expand it.
Julian
@julian
mentioned in issue
uffd#165 (closed)
·
11 months ago
mentioned in issue
uffd#165 (closed)
mentioned in issue uffd#165
Toggle commit list
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