Drop apt-get upgrade
This commit is contained in:
+1
-1
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user