X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2FWebhook%2FDockerfile;h=8373d5c6720c926c0f974e96150cc30e083a132c;hb=refs%2Fchanges%2F97%2F13597%2F1;hp=5a7b5928be7086c0dae0e8623402dff9acae9f7b;hpb=de6dd2c4069332dad7341b2d98620f4d2b481f8a;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