mirror of
https://github.com/mudler/luet.git
synced 2025-09-12 13:26:16 +00:00
Update Dockerfile
This commit is contained in:
committed by
GitHub
parent
0c4c24062a
commit
dfc518a2b9
@@ -1,5 +1,5 @@
|
||||
FROM golang:bookworm as builder
|
||||
RUN apt-get update && apt-get install -y upx
|
||||
RUN apt-get update && apt-get install -y upx-ucl
|
||||
ADD . /luet
|
||||
RUN cd /luet && make build
|
||||
|
||||
|
Reference in New Issue
Block a user