The base image on which McMule is built
FROM alpine:3.11
LABEL maintainer="[email protected]"
LABEL version="1.0"
LABEL description="The base image for the full McMule suite"
# Install a bunch of things
RUN apk add py3-numpy py3-scipy ipython py3-pip git tar gfortran gcc make curl musl-dev
RUN echo "http://dl-8.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories && \
apk add py3-matplotlib && \
sed -i '$ d' /etc/apk/repositories
Content type
Image
Digest
sha256:443618969…
Size
240.7 MB
Last updated
almost 3 years ago
docker pull yulrich/mcmule-pre:1.1.0