Sshpass and openssh-client are installed in os build container, but must
be installed in os container
Signed-off-by: DANIEL STOICA <daniel.stoica@enea.com>
Change-Id: I4329ac98ece075a9c9bf1b36ae710fd68aac8150
wget \
golint \
sqlite3 \
- openssh-client \
- sshpass \
debian-goodies \
build-essential \
pkg-config \
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 \