diff --git a/Dockerfile b/Dockerfile index e67b67f..43e6abe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.fedoraproject.org/fedora:33 +FROM registry.fedoraproject.org/fedora:rawhide ENV NAME=compneuro VERSION=0 ARCH=x86_64 @@ -9,7 +9,8 @@ LABEL com.redhat.component="$NAME" \ run="podman run -it IMAGE" \ maintainer="NeuroFedora SIG " \ url="https://neuro.fedoraproject.org" \ - summary="The CompNeuro container image includes commonly used neuron modelling and simulation tools." + summary="The CompNeuro container image includes commonly used neuron modelling and simulation tools." \ + description="The CompNeuro container image includes commonly used neuron modelling and simulation tools." # Installing Neuro Fedora Packages and jupyter notebook RUN dnf --setopt=tsflags=nodocs groupinstall -y --with-optional "Neuron Modelling Simulators" --skip-broken && \ diff --git a/sources b/sources new file mode 100644 index 0000000..e69de29