FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
akshare/Dockerfile at master · mrhaoll/akshare · GitHub
mrhaoll
/
akshare
Public
forked from
akfamily/akshare
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
akshare
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
18 lines (15 loc) · 685 Bytes
Breadcrumbs
akshare
/
Dockerfile
Copy path
File metadata and controls
18 lines (15 loc) · 685 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
https://hub.docker.com/layers/python/library/python/3.10.1-buster/images/sha256-d59f2d9d7f17d34ad8e0c4aff37e61b181018413078ab8f0a688319ebee65d30?context=explore
FROM
python:3.10.1-buster
MAINTAINER
AKFamily <akfamily.aktools@gmail.com>
#
time-zone
RUN
set -x \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get update \
&& apt-get install -y tzdata \
&& ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
&& echo
"Asia/Shanghai"
> /etc/timezone \
&& rm -rf /var/lib/apt/lists/*
RUN
pip install --no-cache-dir fastapi
RUN
pip install --no-cache-dir uvicorn
RUN
pip install --no-cache-dir aktools
RUN
pip install --no-cache-dir akshare --upgrade
Back
|
FazBrowse Home
|
New Git URL