Compare commits

..

No commits in common. "main" and "v0.0.4" have entirely different histories.
main ... v0.0.4

1 changed files with 0 additions and 2 deletions

2
Dockerfile Executable file → Normal file
View File

@ -1,7 +1,5 @@
FROM ubuntu:24.04 FROM ubuntu:24.04
ENV TZ='Asia/Tokyo'
RUN apt update && apt install -y wget RUN apt update && apt install -y wget
WORKDIR /tmp WORKDIR /tmp