fix: do not purge syslog-ng-core

This commit is contained in:
Jose Diaz-Gonzalez
2025-11-28 08:33:41 -05:00
parent 403c1f870c
commit aa6f657a75

View File

@@ -48,7 +48,6 @@ RUN mkdir -p /etc/apt/keyrings \
&& apt-get update \
&& apt-get upgrade -y \
&& apt-get -y --no-install-recommends install lambda-builder "/tmp/dokku-$(dpkg --print-architecture).deb" \
&& apt-get purge -y syslog-ng-core \
&& apt-get autoremove -y \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*