mirror of
https://github.com/sismics/docs.git
synced 2024-11-23 22:37:55 +01:00
move the libgnutls30 upgrade command to previous line
This commit is contained in:
parent
56918c804b
commit
427ba227f6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user