From 505db39ca073c3f0a5293ffa049fc87340c01946 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Mon, 20 Jan 2025 15:40:14 +0200 Subject: [PATCH] fixup! FIXUP: Copy all the Python files from the conversion/ dir --- Dockerfile | 2 +- Dockerfile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc0968f..c5eaf7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN mkdir -p /opt/dangerzone/dangerzone RUN touch /opt/dangerzone/dangerzone/__init__.py # Copy only the Python code, and not any produced .pyc files. -COPY conversion/*.py /opt/dangerzone/dangerzone/conversion +COPY conversion/*.py /opt/dangerzone/dangerzone/conversion/ # Let the entrypoint script write the OCI config for the inner container under # /config.json. diff --git a/Dockerfile.in b/Dockerfile.in index ba15c99..2824cf1 100644 --- a/Dockerfile.in +++ b/Dockerfile.in @@ -62,7 +62,7 @@ RUN mkdir -p /opt/dangerzone/dangerzone RUN touch /opt/dangerzone/dangerzone/__init__.py # Copy only the Python code, and not any produced .pyc files. -COPY conversion/*.py /opt/dangerzone/dangerzone/conversion +COPY conversion/*.py /opt/dangerzone/dangerzone/conversion/ # Let the entrypoint script write the OCI config for the inner container under # /config.json.