Merge pull request #5 from mprins/patch-1

Don't try to remove non-existent directories
pull/7/head
Nils Bühner 2022-08-15 16:16:44 +02:00 committed by GitHub
commit d8b732e554
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 && \ RUN apt update && \
apt -y upgrade && \ apt -y upgrade && \
apt install -y --no-install-recommends openssl unzip gdal-bin wget curl openjdk-11-jdk && \ apt install -y --no-install-recommends openssl unzip gdal-bin wget curl openjdk-11-jdk && \
rm -rf $CATALINA_HOME/webapps/* && \
apt clean && \ apt clean && \
rm -rf /var/cache/apt/* && \ rm -rf /var/cache/apt/* && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*