Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
b6b6624655826985f75dfd970e2c29f7690ce323
/
.
/
misc
/
docker
/
Dockerfile
blob: 3327f9e38815e0acf937e396d823fa7612ab9b9c [
file
] [
log
] [
blame
]
FROM ubuntu
:
latest
WORKDIR
/
mypy
RUN apt
-
get
update
RUN apt
-
get
install
-
y python3 python3
-
pip clang
COPY mypy
-
requirements
.
txt
.
COPY test
-
requirements
.
txt
.
COPY build
-
requirements
.
txt
.
RUN pip3 install
-
r test
-
requirements
.
txt