# Start golang:alpine3.10 to build python:wpr-alpine FROM golang:alpine3.10 ADD wpr /root/wpr WORKDIR /root/wpr CMD tail -f /dev/null