Don't try to remove non-existent directories
parent
2d37ca282e
commit
5d88aaccca
|
|
@ -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/*
|
||||
|
|
|
|||
Loading…
Reference in New Issue