mirror of
https://github.com/mudler/luet.git
synced 2025-09-25 14:38:50 +00:00
Fixup dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user