Skip to content
Snippets Groups Projects
Verified Commit e604937e authored by Laurent Modolo's avatar Laurent Modolo
Browse files

add tinycov

parent 214de290
No related branches found
No related tags found
No related merge requests found
FROM python:3.9-slim
MAINTAINER Laurent Modolo
ENV TINYCOV_VERSION=0.3.1
RUN apt update \
&& apt install -y procps \
&& pip install tinycov==$TINYCOV_VERSION
CMD ["bash"]
#!/bin/sh
docker pull lbmc/tinycov:0.3.1
docker build src/.docker_modules/tinycov/0.3.1 -t 'lbmc/tinycov:0.3.1'
docker push lbmc/tinycov:0.3.1
docker buildx build --platform linux/amd64,linux/arm64 -t "lbmc/tinycov:0.3.1" --push src/.docker_modules/tinycov/0.3.1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment