soiz1 commited on
Commit
9564a66
·
verified ·
1 Parent(s): d220f1a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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