移除 git

This commit is contained in:
ivamp 2024-05-06 21:02:13 +08:00
parent 79dbea1611
commit f85ea5745c

View File

@ -30,7 +30,7 @@ RUN cd /tmp/build/timescaledb && git checkout . && git checkout 2.14.2 && ./boot
# CLEAN
RUN rm -r /tmp/build && \
apt-get remove -y build-essential postgresql-server-dev-$PG_MAJOR && \
apt-get remove -y build-essential git postgresql-server-dev-$PG_MAJOR && \
apt-get autoremove -y && \
apt-mark unhold locales && \
rm -rf /var/lib/apt/lists/*