wangyang0918 commented on a change in pull request #10695: [hotfix] Remove the useless stage in Mesos dockerfile URL: https://github.com/apache/flink/pull/10695#discussion_r361569970
########## File path: flink-end-to-end-tests/test-scripts/docker-mesos-cluster/Dockerfile ########## @@ -20,17 +20,10 @@ FROM ubuntu:xenial -RUN apt-get update && \ - apt-get -y install apt-transport-https ca-certificates && \ - apt-key adv --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D && \ - echo deb https://apt.dockerproject.org/repo ubuntu-xenial main > /etc/apt/sources.list.d/docker.list && \ - apt-get update && \ - apt-get -y install curl docker-engine - RUN echo "deb http://repos.mesosphere.io/ubuntu/ xenial main" > /etc/apt/sources.list.d/mesosphere.list && \ apt-key adv --keyserver keyserver.ubuntu.com --recv E56151BF && \ apt-get -y update && \ - apt-get -y install openjdk-8-jdk && \ + apt-get -y install curl openjdk-8-jdk && \ Review comment: Why do we need `curl`? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
