Skip to content

Commit

Permalink
Merge pull request #300 from lpmi-13/improve-dockerfile-caching
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtn1ng authored Aug 1, 2024
2 parents a9f4f16 + daa9ff6 commit af42d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM python:alpine
RUN apk add --no-cache build-base libffi-dev libxml2-dev libxslt-dev
WORKDIR /app
COPY . /app
RUN apk add --no-cache build-base libffi-dev libxml2-dev libxslt-dev
RUN /usr/local/bin/python -m pip install --upgrade pip
RUN /usr/local/bin/python --version
RUN pip3 install --no-cache-dir .
Expand Down

0 comments on commit af42d61

Please sign in to comment.