Select Git revision
Dockerfile 219 B
FROM alpine:3.19
LABEL org.opencontainers.image.authors="martin.weise@tuwien.ac.at"
RUN apk add --no-cache curl bash jq mariadb-client
WORKDIR /home/alpine
COPY ./sync.sh ./sync.sh
ENTRYPOINT [ "bash", "./sync.sh" ]