mirror of
https://github.com/RoboSats/robosats-startos.git
synced 2025-12-25 04:39:17 +00:00
8 lines
199 B
Docker
8 lines
199 B
Docker
FROM start9/hello-world
|
|
|
|
RUN apk add --no-cache curl && \
|
|
rm -f /var/cache/apk/*
|
|
|
|
ADD ./docker_entrypoint.sh /usr/local/bin/docker_entrypoint.sh
|
|
RUN chmod a+x /usr/local/bin/docker_entrypoint.sh
|