Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -9,6 +9,7 @@ WORKDIR /app
|
|
| 9 |
COPY . .
|
| 10 |
|
| 11 |
RUN export DEBIAN_FRONTEND=noninteractive
|
|
|
|
| 12 |
|
| 13 |
# Install dependenceis to add PPAs
|
| 14 |
RUN apt-get update && \
|
|
|
|
| 9 |
COPY . .
|
| 10 |
|
| 11 |
RUN export DEBIAN_FRONTEND=noninteractive
|
| 12 |
+
RUN timedatectl set-timezone Asia/Tokyo
|
| 13 |
|
| 14 |
# Install dependenceis to add PPAs
|
| 15 |
RUN apt-get update && \
|