Skip to content

Commit

Permalink
Merge branch 'master' into pyup-update-aiohttp-socks-0.9.0-to-0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vEpiphyte authored Nov 22, 2024
2 parents dae32c6 + 6083149 commit c2342c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions python311/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ RUN set -ex \
&& apt-get clean \
&& apt-get update \
&& apt-get -y upgrade \
&& apt-get install -y locales curl tini nano "python3.11=3.11.2-6+deb12u2" "python3.11-minimal=3.11.2-6+deb12u2" "libpython3.11-stdlib=3.11.2-6+deb12u2" "libpython3.11-minimal=3.11.2-6+deb12u2" python3.11-distutils \
&& apt-get install -y build-essential "python3.11-dev=3.11.2-6+deb12u2" "libpython3.11-dev=3.11.2-6+deb12u2" "libpython3.11=3.11.2-6+deb12u2" \
&& apt-get install -y locales curl tini nano python3.11 python3.11-distutils \
&& apt-get install -y build-essential python3.11-dev \
# Setup python /pip
&& update-alternatives --install /usr/bin/python python /usr/bin/python3.11 1 \
&& update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 1 \
Expand All @@ -44,7 +44,7 @@ RUN set -ex \
&& chown synuser:synuser /home/synuser \
# Cleanup
&& rm -rf requirements \
&& apt-get remove -y --purge curl build-essential python3.11-dev libpython3.11-dev libpython3.11 \
&& apt-get remove -y --purge curl build-essential python3.11-dev \
&& apt-get remove -y --allow-remove-essential --purge e2fsprogs \
&& apt-get autoremove -y --purge \
&& apt-get clean && apt-get purge \
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_synapse.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Required packages for synapse
tornado==6.4.1
tornado==6.4.2
aiohttp==3.10.10
aiohttp-socks==0.9.1
aiosmtplib==3.0.2
Expand Down

0 comments on commit c2342c7

Please sign in to comment.