Sign in
chromium
/
external
/
github.com
/
memfault
/
memfault-firmware-sdk
/
refs/heads/1.8.1-esp32-zephyr
/
.
/
scripts
/
mflt-build-id
/
Dockerfile.py27
blob: 3e23be37ab135bf16c52b2843d43fe350e6f06f9 [
file
] [
log
] [
blame
] [
edit
]
FROM python
:
2.7
-
slim AS
base
RUN pip install enum34
==
1.1
.
10
RUN pip install snapshottest
==
0.5
.
0
RUN pip install pyelftools
==
0.27
RUN pip install pytest
==
4.6
.
11
COPY
.
/ /
mflt
-
build
-
id
/