Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
789142ec7b | ||
|
|
aa62f61e14 | ||
|
|
6545624f5a | ||
|
|
aef664d54b | ||
|
|
0537957dd9 | ||
|
|
43734cfc00 | ||
|
|
24df70ecfc | ||
|
|
597d3bd918 | ||
|
|
5fcc7dcf8d |
1 changed files with 4 additions and 5 deletions
|
|
@ -1,16 +1,15 @@
|
|||
FROM registry.fedoraproject.org/fedora:rawhide
|
||||
FROM registry.fedoraproject.org/fedora:28
|
||||
LABEL MAINTAINER "Miro Hroncok <mhroncok@redhat.com>, Tomas Orsava <torsava@redhat.com>"
|
||||
|
||||
ENV NAME=python-classroom VERSION=0.4 RELEASE=1 ARCH=noarch
|
||||
ENV NAME=python-classroom VERSION=0.4 ARCH=noarch
|
||||
LABEL BZComponent="$NAME" \
|
||||
Name="$FGC/$NAME" \
|
||||
Version="$VERSION" \
|
||||
Release="$RELEASE.$DISTTAG" \
|
||||
Architecture="$ARCH" \
|
||||
Summary="Ready to use container for teaching and learning Python"
|
||||
|
||||
RUN dnf -y --setopt=install_weak_deps=false install \
|
||||
"@python-classroom" nano openssh-clients vim-enhanced wget man \
|
||||
RUN dnf -y --setopt=install_weak_deps=false --disablerepo rawhide-modular \
|
||||
install "@python-classroom" nano openssh-clients vim-enhanced wget man \
|
||||
&& dnf clean all
|
||||
|
||||
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue