File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ ENV APACHE_CONFDIR=/etc/apache2 \
67
67
APACHE_LOG_DIR=/var/log/apache2 \
68
68
LANG=C.UTF-8
69
69
70
- RUN apt-get update && \
70
+ RUN apt update && \
71
71
apt upgrade --assume-yes && \
72
- apt-get install --assume-yes --no-install-recommends apt-utils software-properties-common && \
72
+ apt install --assume-yes --no-install-recommends apt-utils software-properties-common && \
73
73
apt autoremove --assume-yes software-properties-common && \
74
- apt-get update && \
75
- DEBIAN_FRONTEND=noninteractive apt-get install --assume-yes --no-install-recommends \
74
+ apt update && \
75
+ DEBIAN_FRONTEND=noninteractive apt install --assume-yes --no-install-recommends \
76
76
libfcgi libgslcblas0 libqca-qt5-2 libqca-qt5-2-plugins libzip5 \
77
77
libqt5opengl5 libqt5sql5-sqlite libqt5concurrent5 libqt5positioning5 libqt5script5 \
78
78
libqt5webkit5 libqwt-qt5-6 libspatialindex6 libspatialite7 libsqlite3-0 libqt5keychain1 \
@@ -84,7 +84,7 @@ RUN apt-get update && \
84
84
libqt53dcore5 libqt53dextras5 libqt53dlogic5 libqt53dinput5 libqt53drender5 \
85
85
libqt5serialport5 libqt5quickwidgets5 libexiv2-27 libprotobuf17 libprotobuf-lite17 \
86
86
libgsl23 && \
87
- apt-get clean && \
87
+ apt clean && \
88
88
rm -rf /var/lib/apt/lists/*
89
89
90
90
# Be able to install font as nonroot
You can’t perform that action at this time.
0 commit comments