Drop apt-get upgrade

This commit is contained in:
Angelos Tzotsos
2020-12-30 12:02:15 +02:00
parent bb240de270
commit c0ccfc4176
+1 -1
View File
@@ -72,7 +72,7 @@ ADD pygeoapi/__init__.py /pygeoapi/pygeoapi/
# Run all installs
RUN \
# Install dependencies
apt-get update -y && apt-get upgrade -y \
apt-get update -y \
&& apt-get install -y --fix-missing --no-install-recommends ${DEB_BUILD_DEPS} \
&& add-apt-repository ppa:ubuntugis/ubuntugis-unstable \
&& apt-get --no-install-recommends install -y ${DEB_PACKAGES} \