Compare commits
No commits in common. "1a97192036bd116d38aff21ffa6efafaf173b98b" and "5a0f9cd3994d42f5ecae2c9ab8f89c936a783d29" have entirely different histories.
1a97192036
...
5a0f9cd399
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue