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

docker: add macs3

parent 8fe24a84
No related branches found
No related tags found
No related merge requests found
FROM python:3.9-slim
MAINTAINER Laurent Modolo
ENV MACS3_VERSION=3.0.0a6
RUN apt-get update -qq \
&& apt-get install --no-install-recommends --yes \
build-essential \
zlib1g-dev \
libbz2-dev \
liblzma-dev \
libcurl4-gnutls-dev \
libssl-dev \
libncurses5-dev
RUN pip install macs3==${MACS3_VERSION}
#!/bin/sh
docker pull lbmc/macs3:3.0.0a6
docker build src/.docker_modules/macs3/3.0.0a6 -t 'lbmc/macs3:3.0.0a6'
docker push lbmc/macs3:3.0.0a6
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