whatsappbot (sha256:9fe0084c1b025b88652446be8731086d3a07d923eca3540421eaacf9ec5d2350)

Published 2026-02-22 12:14:12 +01:00 by julian

Installation

docker pull git.imhof.cloud/julian/whatsappbot@sha256:9fe0084c1b025b88652446be8731086d3a07d923eca3540421eaacf9ec5d2350
sha256:9fe0084c1b025b88652446be8731086d3a07d923eca3540421eaacf9ec5d2350

Image layers

ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c set -e; apk add --no-cache ca-certificates tzdata; # buildkit
ENV TZ=Europe/Berlin
RUN /bin/sh -c ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/TZ # buildkit
RUN /bin/sh -c mkdir -p /code/data # buildkit
COPY /app/WaBot /code/WaBot # buildkit
RUN /bin/sh -c chmod +x /code/WaBot # buildkit
WORKDIR /code
CMD ["/bin/sh" "-c" "./WaBot"]
Details
Container
2026-02-22 12:14:12 +01:00
1
OCI / Docker
linux/amd64
17 MiB
Versions (5) View all