FROM ubuntu:18.04 as docker_zmq_ubuntu_server MAINTAINER tlsong COPY hw_server.cpp /home/ COPY hw_server /home/hw_server_host WORKDIR /home RUN apt-get update \ && apt-get install libtool -y \ && apt-get install libzmq3-dev -y CMD ["./hw_server_host"]