Skip to content

Commit

Permalink
Fix dockerfile for apps validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Qubad786 committed Jan 29, 2025
1 parent e69508a commit 3a5e8cd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3a5e8cd

Please sign in to comment.