Files
starlink_status/.build/Dockerfile

10 lines
150 B
Docker

FROM archlinux
WORKDIR /root
RUN pacman -Sy --noconfirm mpv jq curl speedtest-cli bc npm \
&& npm install --global fast-cli
COPY . .
CMD ./bot.sh