diff --git a/ContainerFiles/glance b/ContainerFiles/glance index a7ac3a5..baa2c82 100644 --- a/ContainerFiles/glance +++ b/ContainerFiles/glance @@ -61,7 +61,7 @@ LABEL org.opencontainers.image.description="OpenStack Service (glance) built for COPY --from=dependency_build /var/lib/openstack /var/lib/openstack RUN export DEBIAN_FRONTEND=noninteractive \ && apt-get update && apt-get upgrade -y \ - && apt-get install --no-install-recommends -y libxml2 \ + && apt-get install --no-install-recommends -y libxml2 curl \ && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false \ && apt-get clean -y \ && rm -rf /var/lib/apt/lists/* \