Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ RUN apt-get update && \
|
|
| 11 |
apt-get install -y -qq sudo
|
| 12 |
RUN export DEBIAN_FRONTEND=noninteractive
|
| 13 |
RUN echo "Asia/Tokyo" | sudo tee /etc/timezone
|
| 14 |
-
RUN sudo dpkg-reconfigure -f noninteractive tzdata
|
| 15 |
|
| 16 |
|
| 17 |
# Install dependenceis to add PPAs
|
|
|
|
| 11 |
apt-get install -y -qq sudo
|
| 12 |
RUN export DEBIAN_FRONTEND=noninteractive
|
| 13 |
RUN echo "Asia/Tokyo" | sudo tee /etc/timezone
|
| 14 |
+
#RUN sudo dpkg-reconfigure -f noninteractive tzdata
|
| 15 |
|
| 16 |
|
| 17 |
# Install dependenceis to add PPAs
|