Skip to content

Commit

Permalink
Reapply changes from PR 671
Browse files Browse the repository at this point in the history
Signed-off-by: pfeairheller <pfeairheller@gmail.com>
  • Loading branch information
pfeairheller committed Feb 13, 2024
1 parent cf24e02 commit 433ef80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/keripy.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder layer
FROM python:3.10.13-alpine3.18 as builder
FROM python:3.10-alpine as builder

# Install compilation dependencies
RUN apk --no-cache add \
Expand All @@ -24,7 +24,7 @@ RUN pip install --upgrade pip && \
mkdir /keripy/src

# Copy Python dependency files in
COPY requirements.txt setup.py .
COPY requirements.txt setup.py ./
# Set up Rust environment and install Python dependencies
# Must source the Cargo environment for the blake3 library to see
# the Rust intallation during requirements install
Expand Down

0 comments on commit 433ef80

Please sign in to comment.