Fixup dockerfile

This commit is contained in:
Ettore Di Giacinto
2020-05-26 21:19:27 +02:00
parent d59cc42e22
commit 86808ad49b

View File

@@ -1,5 +1,5 @@
FROM golang as builder
RUN apt-get update && apt-get install upx
RUN apt-get update && apt-get install -y upx
ADD . /luet
RUN cd /luet && make build-small