docker/mod/periodic/Dockerfile

11 lines
264 B
Docker
Raw Normal View History

FROM debian:bookworm-slim
2020-05-22 14:56:45 +02:00
# -- install docker cli
COPY --from=library/docker:latest /usr/local/bin/docker /usr/bin/docker
COPY bbb-remove-old-recordings bbb-resync-freeswitch entrypoint.sh /
2020-05-22 14:56:45 +02:00
2021-10-17 20:26:26 +02:00
RUN chmod +x bbb-remove-old-recordings
ENTRYPOINT ["/entrypoint.sh"]