mirror of
https://github.com/AbaTekNTNU/followspot-psn.git
synced 2025-12-06 13:54:58 +00:00
feat: add osc scaffolding
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user