soiz1 commited on
Commit
d220f1a
·
verified ·
1 Parent(s): 9884b2d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -10,8 +10,8 @@ COPY . .
10
  RUN apt-get update && \
11
  apt-get install -y -qq sudo
12
  RUN export DEBIAN_FRONTEND=noninteractive
13
- echo "Asia/Tokyo" | sudo tee /etc/timezone
14
- sudo dpkg-reconfigure -f noninteractive tzdata
15
 
16
 
17
  # Install dependenceis to add PPAs
 
10
  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