mirror of
https://github.com/mudler/luet.git
synced 2025-06-25 15:01:55 +00:00
Update Dockerfile
This commit is contained in:
parent
dfc518a2b9
commit
1f357debb0
@ -1,5 +1,5 @@
|
|||||||
FROM golang:bookworm as builder
|
FROM golang:bullseye as builder
|
||||||
RUN apt-get update && apt-get install -y upx-ucl
|
RUN apt-get update && apt-get install -y upx
|
||||||
ADD . /luet
|
ADD . /luet
|
||||||
RUN cd /luet && make build
|
RUN cd /luet && make build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user