forked from zdzichu/quick-qrcode-generator
qrgen: rebuild image with fedora, customize to home cluster
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
FROM artifactory.hcp.preprod.oneadr.net/docker-nordea-images-local/nordea-python-36-rhel7:1
|
||||
FROM fedora:latest
|
||||
|
||||
# workaround for running yum in container
|
||||
USER root
|
||||
|
||||
RUN yum install --assumeyes \
|
||||
python-flask \
|
||||
python-flask-wtf \
|
||||
&& yum clean all
|
||||
RUN dnf install --assumeyes \
|
||||
python3-flask \
|
||||
python3-flask-wtf \
|
||||
&& dnf clean all
|
||||
|
||||
USER 1000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user