diff --git a/.containerignore b/.containerignore index 1f60177..e8359cf 100644 --- a/.containerignore +++ b/.containerignore @@ -1,6 +1,8 @@ * !.git +!chase2fa.py !entrypoint.sh !pinentry-stub.sh !pyproject.toml +!secretsocket.py !xactfetch.py diff --git a/Containerfile b/Containerfile index 107dbd4..b998013 100644 --- a/Containerfile +++ b/Containerfile @@ -27,6 +27,8 @@ RUN python3 -m pip wheel -w /wheels /src FROM scratch AS mixin COPY pinentry-stub.sh /usr/local/bin/pinentry-stub +COPY secretsocket.py /usr/local/bin/secretsocket +COPY chase2fa.py /usr/local/bin/chase2fa COPY entrypoint.sh /entrypoint.sh diff --git a/chase2fa.py b/chase2fa.py old mode 100644 new mode 100755 diff --git a/entrypoint.sh b/entrypoint.sh old mode 100644 new mode 100755 diff --git a/secretsocket.py b/secretsocket.py old mode 100644 new mode 100755