Sign in
fuchsia
/
third_party
/
github.com
/
python
/
mypy
/
259c822938c4d3461ba80e8162faf082d487162a
/
.
/
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