mirror of
https://github.com/mudler/luet.git
synced 2025-09-25 22:46:56 +00:00
Fixup dockerfile
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
FROM golang as builder
|
FROM golang as builder
|
||||||
RUN apt-get update && apt-get install upx
|
RUN apt-get update && apt-get install -y upx
|
||||||
ADD . /luet
|
ADD . /luet
|
||||||
RUN cd /luet && make build-small
|
RUN cd /luet && make build-small
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user