1
0
mirror of https://github.com/mudler/luet.git synced 2025-05-07 07:47:08 +00:00

Update Dockerfile

This commit is contained in:
Ettore Di Giacinto 2024-06-24 15:28:29 +02:00 committed by GitHub
parent dfc518a2b9
commit 1f357debb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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