Skip to content
Snippets Groups Projects
Commit 2db5b2bb authored by jpic ∞'s avatar jpic ∞ :floppy_disk:
Browse files

Fix secp256k1

parent 5e75d086
No related branches found
No related tags found
1 merge request!9Workaround obsolete libsecp256k1 on arch linux
Checking pipeline status
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment