python3-setuptools=45.2.* \
curl=7.68.*
-RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
+ DEBIAN_FRONTEND=noninteractive apt-get --yes install \
apt-transport-https=2.0.* \
gnupg2=2.2.* \
openssh-client=1:8.*
python3-setuptools=45.2.* \
curl=7.68.*
-RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
+ DEBIAN_FRONTEND=noninteractive apt-get --yes install \
openssh-client=1:8.*
ARG PYTHON3_OSM_COMMON_URL
python3-setuptools=45.2.* \
curl=7.68.*
-RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
+ DEBIAN_FRONTEND=noninteractive apt-get --yes install \
mysql-client-core-8.0=8.0.*
ARG PYTHON3_OSM_COMMON_URL
python3-setuptools=45.2.* \
curl=7.68.*
-RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
+ DEBIAN_FRONTEND=noninteractive apt-get --yes install \
libcurl4-openssl-dev=7.68.* \
libssl-dev=1.1.*
python3-setuptools=45.2.* \
curl=7.68.*
-RUN DEBIAN_FRONTEND=noninteractive apt-get --yes install \
+RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \
+ DEBIAN_FRONTEND=noninteractive apt-get --yes install \
gettext-base=0.19.* \
git=1:2.25.* \
iputils-ping=3:* \