Skip to content

Commit

Permalink
chg: Dockerfile - fix alpine ARM build failures for cryptography (try-2)
Browse files Browse the repository at this point in the history
  • Loading branch information
RazCrimson committed May 7, 2023
1 parent 5f8c0e0 commit b1fbf58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-files/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ENV CARGO_NET_GIT_FETCH_WITH_CLI=true

COPY requirements.txt .
COPY optional-requirements.txt .
RUN CASS_DRIVER_NO_CYTHON=1 pip3 install --no-cache-dir --user -r optional-requirements.txt
RUN CARGO_NET_GIT_FETCH_WITH_CLI=true CASS_DRIVER_NO_CYTHON=1 pip3 install --no-cache-dir --user -r optional-requirements.txt

##############################################################################
# full image
Expand Down

0 comments on commit b1fbf58

Please sign in to comment.