Skip to content

Commit b0025bf

Browse files
committed
move to alpine image
there have been some wild memory issues, this is a cheap attempt to see if musl acts nicer than glibc for async django/python/uvicorn
1 parent 794f618 commit b0025bf

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

Dockerfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,4 @@
1-
FROM python:3.13-bullseye
2-
3-
#RUN set -eux; \
4-
# rm -f /etc/apt/apt.conf.d/docker-clean; \
5-
# echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache;
6-
#RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
7-
# --mount=type=cache,target=/var/lib/apt,sharing=locked \
8-
# apt-get update \
9-
# && apt-get install -y gettext binutils libproj-dev gdal-bin
1+
FROM python:3.13-alpine
102

113
ENV PYTHONUNBUFFERED=1
124
ENV PYTHONDONTWRITEBYTECODE=1

0 commit comments

Comments
 (0)