Skip to content

Commit

Permalink
modified: .github/actions/recent-posts/Dockerfile
Browse files Browse the repository at this point in the history
	- Remove pip upgrade.
  • Loading branch information
it176131 committed Dec 26, 2024
1 parent 45befd2 commit 3655046
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/recent-posts/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM python:3.13

COPY requirements.txt .
RUN python -m pip install -U pip
RUN pip install --no-cache-dir -r requirements.txt

COPY . .
Expand Down

0 comments on commit 3655046

Please sign in to comment.