Skip to content

Commit

Permalink
Merge pull request #185 from lpmi-13/update_dockerfile
Browse files Browse the repository at this point in the history
remove unnecessary RUN layer
  • Loading branch information
L1ghtn1ng authored Jun 28, 2021
2 parents 8b417bf + 5b21ba4 commit a152564
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM python:alpine3.13
RUN mkdir /app
WORKDIR /app
COPY . /app
RUN apk add --update --no-cache build-base libffi-dev libxml2-dev libxslt-dev
Expand Down

0 comments on commit a152564

Please sign in to comment.