X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FWebhook%2FDockerfile;h=8373d5c6720c926c0f974e96150cc30e083a132c;hb=21503ab215361ec06b534df59246cacaa242270d;hp=5a7b5928be7086c0dae0e8623402dff9acae9f7b;hpb=83bbf4ca53387acc181a2b4f37cc1eeba00d5f4a;p=osm%2Fdevops.git diff --git a/docker/Webhook/Dockerfile b/docker/Webhook/Dockerfile index 5a7b5928..8373d5c6 100644 --- a/docker/Webhook/Dockerfile +++ b/docker/Webhook/Dockerfile @@ -33,7 +33,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get --yes update && \ && rm -rf /var/lib/apt/lists/* ####################################################################################### -# End of common prepration +# End of common preparation ARG PYTHON3_OSM_WEBHOOK_TRANSLATOR_URL @@ -61,7 +61,7 @@ COPY --from=INSTALL /usr/lib/python3/dist-packages /usr/lib/python3/dist-package COPY --from=INSTALL /usr/local/lib/python3.10/dist-packages /usr/local/lib/python3.10/dist-packages ####################################################################################### -# End of common prepration +# End of common preparation RUN rm -f /etc/apt/apt.conf.d/proxy.conf