kopia lustrzana https://github.com/Yakifo/amqtt
dockerfile build update to support psutils
rodzic
1276503748
commit
9a7767a738
|
@ -1,7 +1,7 @@
|
|||
|
||||
# -- build stage, install dependencies only using `uv`
|
||||
FROM python:3.13-alpine AS build
|
||||
|
||||
RUN apk add gcc python3-dev musl-dev linux-headers
|
||||
RUN pip install uv
|
||||
|
||||
WORKDIR /app
|
||||
|
|
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
# Image name and tag
|
||||
IMAGE_NAME := amqtt
|
||||
IMAGE_TAG := latest
|
||||
VERSION_TAG := 0.11.0
|
||||
VERSION_TAG := 0.11.1
|
||||
REGISTRY := amqtt/$(IMAGE_NAME)
|
||||
|
||||
# Platforms to build for
|
||||
|
|
Ładowanie…
Reference in New Issue