move the libgnutls30 upgrade command to previous line

This commit is contained in:
Sukalpo Mitra 2024-06-13 13:11:53 +08:00
parent 56918c804b
commit 427ba227f6

View File

@ -13,7 +13,7 @@ ENV JETTY_VERSION 11.0.20
ENV JETTY_HOME /opt/jetty
# Install packages
RUN apt-get update && \
RUN apt-get update && && apt-get upgrade libgnutls30 -y -q && \
apt-get -y -q --no-install-recommends install \
vim less procps unzip wget tzdata openjdk-11-jdk \
ffmpeg \
@ -48,7 +48,6 @@ RUN apt-get update && \
tesseract-ocr-sqi \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*
RUN apt-get update && apt-get upgrade libgnutls30 -y -q
RUN dpkg-reconfigure -f noninteractive tzdata
# Install Jetty