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

Docker: add flexi_splitter 1.0.2

parent c0b9fb20
No related branches found
No related tags found
No related merge requests found
FROM python:3.9-slim
MAINTAINER Lauret Modolo
ENV FLEXI_SPLITTER_VERSION=1.0.2
RUN apt-get update -qq \
&& apt-get install --no-install-recommends --yes \
build-essential \
procps
RUN pip3 install flexi-splitter==${FLEXI_SPLITTER_VERSION}
RUN apt-get remove --yes \
build-essential
CMD [ "bash" ]
\ No newline at end of file
#!/bin/sh
docker pull lbmc/flexi_splitter:1.0.2
docker build src/.docker_modules/flexi_splitter/1.0.2 -t 'lbmc/flexi_splitter:1.0.2'
docker push lbmc/flexi_splitter:1.0.2
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