2
0
Fork 0

Update Dockerfile

This commit is contained in:
SOXFOR 2023-03-17 01:08:18 +00:00 committed by GitHub
parent 476038ed81
commit 444cfd1cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
FROM ubuntu:jammy
LABEL org.opencontainers.image.source="https://github.com/soxfor/qbittorrent-natmap"
LABEL org.opencontainers.image.base.name="ubuntu:jammy"
LABEL description="Map port via NAT-PMP and update qBittorrent configuration"
LABEL version="1.0.0"
FROM ubuntu:jammy
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update