Fixed Dockerfile image building

This commit is contained in:
James Mills 2018-03-25 15:23:52 -07:00
parent 9ce6a232e3
commit def412687a
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6

View File

@ -19,7 +19,7 @@ RUN make TAG=$TAG BUILD=$BUILD build
# Runtime
FROM scratch
ENV LIBRARY msgbud
ENV LIBRARY msgbus
ENV SERVER msgbusd
ENV CLIENT msgbus
ENV REPO prologic/$LIBRARY