v1.0.1 #3

Merged
jamie merged 2 commits from v1.0.1 into master 2026-01-08 20:23:33 +00:00
Showing only changes of commit ddc78cccf1 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ LABEL org.opencontainers.image.vendor="JDB-NET"
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
ARG VERSION=dev ARG VERSION=dev
ENV APP_VERSION=${VERSION} ENV VERSION=${VERSION}
RUN pip install -r requirements.txt RUN pip install -r requirements.txt
RUN apt-get update && apt-get install -y curl ffmpeg procps RUN apt-get update && apt-get install -y curl ffmpeg procps
RUN rm -rf /var/lib/apt/lists/* RUN rm -rf /var/lib/apt/lists/*