Skip to content

Commit

Permalink
Remove spurious libraries
Browse files Browse the repository at this point in the history
change-type: patch
  • Loading branch information
ab77 authored Jul 12, 2024
1 parent 20e28ac commit bc4fa0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ifeed/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ RUN apk add --no-cache \
py3-tz \
vim

# https://github.com/python/cpython/issues/120788#issuecomment-2181130364
RUN rm -rf /usr/lib/python3.12/lib-dynload

COPY . .

CMD [ "sleep", "infinity" ]

0 comments on commit bc4fa0c

Please sign in to comment.