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