TSultanov commented on code in PR #25508: URL: https://github.com/apache/beam/pull/25508#discussion_r1108462769
########## playground/backend/containers/go/Dockerfile: ########## @@ -58,16 +58,7 @@ ENV PROPERTY_PATH=/opt/playground/backend/properties.yaml ## Copy build result COPY src/configs /opt/playground/backend/configs/ -# Install mitmpoxy -RUN mkdir /opt/mitmproxy &&\ - cd /opt/mitmproxy &&\ - wget -q https://snapshots.mitmproxy.org/7.0.4/mitmproxy-7.0.4-linux.tar.gz &&\ - tar -zxvf mitmproxy-7.0.4-linux.tar.gz &&\ - mkdir /usr/local/share/ca-certificates/extra -COPY allow_list_proxy.py /opt/mitmproxy/ -COPY allow_list.py /opt/mitmproxy/ -ENV HTTP_PROXY="http://127.0.0.1:8081" -ENV HTTPS_PROXY="http://127.0.0.1:8081" +RUN mkdir /usr/local/share/ca-certificates/extra Review Comment: Please remove -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
