FIX Shell typo.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-03-09 17:03:50 +01:00
parent cac8e78626
commit b30c1a4a65

View File

@@ -11,7 +11,7 @@ RUN apt-get update && \
# Clean-up \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* ~/.cache && \
# Remove default cron mess
# Remove default cron mess \
rm -f /etc/cron.daily/* && \
rm -f /etc/cron.d/* && \
# Install plugin dependencies \