タイムゾーンが設定されないバグを修正
This commit is contained in:
parent
de33267ca1
commit
96c45ef0ee
2 changed files with 0 additions and 2 deletions
|
@ -5,7 +5,6 @@ RUN mkdir /dislocker
|
||||||
|
|
||||||
RUN apk --no-cache add tzdata
|
RUN apk --no-cache add tzdata
|
||||||
RUN cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
|
RUN cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
|
||||||
RUN apk del tzdata
|
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install --upgrade setuptools
|
RUN pip install --upgrade setuptools
|
||||||
|
|
|
@ -5,7 +5,6 @@ RUN mkdir /dislocker
|
||||||
|
|
||||||
RUN apk --no-cache add tzdata
|
RUN apk --no-cache add tzdata
|
||||||
RUN cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
|
RUN cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
|
||||||
RUN apk del tzdata
|
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install --upgrade setuptools
|
RUN pip install --upgrade setuptools
|
||||||
|
|
Loading…
Reference in a new issue