Install packages optional in the group
This commit is contained in:
parent
0c91af7ce8
commit
54a709aed2
1 changed files with 3 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
|
||||
|
||||
ENV NAME=python-classroom VERSION=0.2 RELEASE=1 ARCH=noarch
|
||||
ENV NAME=python-classroom VERSION=0.3 RELEASE=1 ARCH=noarch
|
||||
LABEL BZComponent="$NAME" \
|
||||
Name="$FGC/$NAME" \
|
||||
Version="$VERSION" \
|
||||
|
|
@ -10,7 +10,8 @@ LABEL BZComponent="$NAME" \
|
|||
Summary="Ready to use container for teaching and learning Python"
|
||||
|
||||
RUN dnf -y --setopt=tsflags=nodocs --setopt=install_weak_deps=false \
|
||||
install "@python-classroom" && dnf clean all
|
||||
install "@python-classroom" nano openssh-clients vim-enhanced wget \
|
||||
&& dnf clean all
|
||||
|
||||
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue