FROM golang:1.21rc2 WORKDIR app COPY . . RUN chmod a+x openvpn-install.sh RUN bash ./openvpn-install.sh