mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2025-08-06 20:06:57 +02:00
chore: update python cryptography (#1690)
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
Some checks failed
Glean probe-scraper / glean-probe-scraper (push) Has been cancelled
This commit is contained in:
parent
dadbcea3f7
commit
e93bb8821c
@ -63,16 +63,9 @@ ARG MYSQLCLIENT_PKG
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/requirements.txt /app
|
COPY --from=builder /app/requirements.txt /app
|
||||||
# Due to a build error that occurs with the Python cryptography package, we
|
|
||||||
# have to set this env var to prevent the cryptography package from building
|
|
||||||
# with Rust. See this link for more information:
|
|
||||||
# https://pythonshowcase.com/question/problem-installing-cryptography-on-raspberry-pi
|
|
||||||
ENV CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt-get -q update && apt-get -qy install wget
|
apt-get -q update && apt-get -qy install wget
|
||||||
|
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
groupadd --gid 10001 app && \
|
groupadd --gid 10001 app && \
|
||||||
useradd --uid 10001 --gid 10001 --home /app --create-home app && \
|
useradd --uid 10001 --gid 10001 --home /app --create-home app && \
|
||||||
|
@ -1,8 +1,3 @@
|
|||||||
# We pin cryptography to 3.4.8 due to a build error that occurs with the
|
cryptography==44.0.2
|
||||||
# current version (36.0.0 at the time of this commit). In short, building
|
|
||||||
# the cryptography package with Rust results in a segfault, so we need to
|
|
||||||
# set the CRYPTOGRAPHY_DONT_BUILD_RUST env var to force the package to build
|
|
||||||
# with C instead. This env var is only present in cryptography<3.5.
|
|
||||||
cryptography==42.0.8
|
|
||||||
pyfxa==0.7.7
|
pyfxa==0.7.7
|
||||||
tokenlib==2.0.0
|
tokenlib==2.0.0
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cryptography==43.0.1
|
cryptography==44.0.2
|
||||||
hawkauthlib
|
hawkauthlib
|
||||||
konfig
|
konfig
|
||||||
mysqlclient
|
mysqlclient
|
||||||
|
Loading…
Reference in New Issue
Block a user