X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=blobdiff_plain;f=docker%2Fos%2FDockerfile;fp=docker%2Fos%2FDockerfile;h=1981b16d49bc7819f91c3066a3b0213dc8d38e37;hp=2e7f36a7b2edce350cafd3bdf459219ce5c4001f;hb=7655975fa9382b76be6ebcc28cb4b1531b5e6880;hpb=a7364a2a37a3fdfc432463d9b5ddbf3fddd82fd6 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 \