feat: add osc scaffolding

This commit is contained in:
2025-01-10 15:33:19 +01:00
parent 724a423ce8
commit 6e3a97da5f
2 changed files with 20 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ RUN cp /psn-py/psn$(python3-config --extension-suffix) /output
FROM alpine:3.20 AS final
RUN apk add --no-cache python3 py3-aiohttp
RUN apk add --no-cache python3 py3-aiohttp py3-python-osc
COPY --from=backend /output /backend/psn.so