Skip to content

Commit 55c7470

Browse files
committed
Remove C build tools for Python 3.12
The last project that depended on 312 wheels is multidict, and it seems like they finally released 312 wheels so we can remove gcc and libc6-dev as we don't need the c stdlib and gcc to compile the wheels
1 parent 95926b1 commit 55c7470

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docker/Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@ RUN apt-get update \
1010
tini \
1111
bash \
1212
netcat-traditional \
13-
libffi-dev \
1413
git \
15-
gcc \
16-
libc6-dev \
1714
&& apt-get clean
1815

1916
WORKDIR /rodhaj
@@ -42,4 +39,4 @@ STOPSIGNAL SIGTERM
4239
LABEL org.opencontainers.image.title="Rodhaj"
4340
LABEL org.opencontainers.image.description="A discord modmail bot"
4441
LABEL org.opencontainers.image.licenses="Apache-2.0"
45-
LABEL org.opencontainers.image.source="https://github.com/transprogrammer/rodhaj"
42+
LABEL org.opencontainers.image.source="https://github.com/transprogrammer/rodhaj"

0 commit comments

Comments
 (0)