X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=docker%2Fos%2FDockerfile;h=1981b16d49bc7819f91c3066a3b0213dc8d38e37;hb=7655975fa9382b76be6ebcc28cb4b1531b5e6880;hp=2e7f36a7b2edce350cafd3bdf459219ce5c4001f;hpb=64e22511e4009dc66de30a3a5c5296e4995f0f34;p=validation.git diff --git a/docker/os/Dockerfile b/docker/os/Dockerfile index 2e7f36a..1981b16 100644 --- a/docker/os/Dockerfile +++ b/docker/os/Dockerfile @@ -31,8 +31,6 @@ RUN apt-get update && apt-get -y install \ wget \ golint \ sqlite3 \ - openssh-client \ - sshpass \ debian-goodies \ build-essential \ pkg-config \ @@ -111,6 +109,8 @@ COPY --from=build /root/go/bin /root/go/bin COPY --from=build /root/go/src/github.com/bin /root/go/src/github.com/bin RUN apt-get update && apt-get -y install \ + openssh-client \ + sshpass \ python3-pip python3.6 && \ cd /usr/bin && ln -s python3 python && \ pip3 install -r /wheels/requirements/pip-requirements.txt \