Don't try to remove non-existent directories

pull/5/head
Mark Prins 2022-08-12 14:30:46 +02:00 committed by GitHub
parent 2d37ca282e
commit 5d88aaccca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ ENV CATALINA_OPTS="\$EXTRA_JAVA_OPTS \
RUN apt update && \
apt -y upgrade && \
apt install -y --no-install-recommends openssl unzip gdal-bin wget curl openjdk-11-jdk && \
rm -rf $CATALINA_HOME/webapps/* && \
apt clean && \
rm -rf /var/cache/apt/* && \
rm -rf /var/lib/apt/lists/*