Add tzdata
This commit is contained in:
parent
e758833b87
commit
991a29e484
1 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,8 @@ FROM python:3.9-rc-alpine
|
||||||
|
|
||||||
MAINTAINER Yehuda Deutsch <yeh@uda.co.il>
|
MAINTAINER Yehuda Deutsch <yeh@uda.co.il>
|
||||||
|
|
||||||
RUN apk add --virtual .build-deps gcc libc-dev make \
|
RUN apk add tzdata \
|
||||||
|
&& apk add --virtual .build-deps gcc libc-dev make \
|
||||||
&& pip install fastapi uvicorn \
|
&& pip install fastapi uvicorn \
|
||||||
&& rm -Rf ~/.cache \
|
&& rm -Rf ~/.cache \
|
||||||
&& apk --purge del .build-deps gcc libc-dev make
|
&& apk --purge del .build-deps gcc libc-dev make
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue