diff --git a/Dockerfile b/Dockerfile index f6a7740..de9fbcd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,16 +2,6 @@ FROM ghcr.io/truenas/middleware:master RUN /usr/bin/install-dev-tools -RUN apt-get install -y \ - debhelper-compat \ - dh-python \ - python3-dev \ - python3-setuptools \ - devscripts \ - python3-jsonschema \ - python3-semantic-version \ - python3-yaml - ENV PYTHONUNBUFFERED 1 ENV WORK_DIR /app RUN mkdir -p ${WORK_DIR}