Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
containers
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
oss
containers
Commits
2db5b2bb
Commit
2db5b2bb
authored
1 year ago
by
jpic ∞
Browse files
Options
Downloads
Patches
Plain Diff
Fix secp256k1
parent
5e75d086
No related branches found
Branches containing commit
No related tags found
1 merge request
!9
Workaround obsolete libsecp256k1 on arch linux
Checking pipeline status
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
python/Dockerfile
+6
-1
6 additions, 1 deletion
python/Dockerfile
with
6 additions
and
1 deletion
python/Dockerfile
+
6
−
1
View file @
2db5b2bb
...
...
@@ -4,7 +4,12 @@ ENV PYTHONIOENCODING UTF-8
ENV
PYTHONUNBUFFERED 1
ENV
DEBUG 1
RUN
pacman
-Syu
--noconfirm
diffutils mailcap which gettext python python-pillow python-psycopg2 python-pip python-psutil git curl uwsgi uwsgi-plugin-python python make gcc cython which pkg-config graphviz libsodium libsecp256k1 go-ipfs
&&
rm
-rf
/var/cache/pacman/pkg
RUN
pacman
-Syu
--noconfirm
diffutils mailcap which gettext python python-pillow python-psycopg2 python-pip python-psutil git curl uwsgi uwsgi-plugin-python python make gcc cython which pkg-config graphviz libsodium go-ipfs
&&
rm
-rf
/var/cache/pacman/pkg
# temp fix
RUN
curl https://bugs.archlinux.org/task/78420?getfile
=
22718
>
PKGBUILD
&&
makepkg
-si
RUN
ln
-sfn
/usr/bin/pip3 /usr/bin/pip
RUN
ln
-sfn
/usr/bin/python3 /usr/bin/python
RUN
curl
-sL
https://sentry.io/get-cli/ | bash
...
...
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