Select the types of activity you want to include in your feed.
1FROM alpine:latest 2RUN apk add --no-cache bash openssh rsync 3COPY ebil.sh /usr/local/bin/ebil 4RUN chmod +x /usr/local/bin/ebil 5LABEL org.opencontainers.image.source=https://codeberg.org/comfysage/ebil