forked from zdzichu/quick-qrcode-generator
feat(qrgen): switch to fedora-minimal as base container
This commit is contained in:
@@ -1,12 +1,13 @@
|
|||||||
FROM fedora:latest
|
FROM fedora-minimal:latest
|
||||||
|
|
||||||
# workaround for running yum in container
|
RUN microdnf install --assumeyes \
|
||||||
USER root
|
|
||||||
|
|
||||||
RUN dnf install --assumeyes \
|
|
||||||
python3-flask \
|
python3-flask \
|
||||||
python3-flask-wtf \
|
python3-flask-wtf \
|
||||||
&& dnf clean all
|
tzdata \
|
||||||
|
&& microdnf clean all
|
||||||
|
|
||||||
|
# fedora-minimal has broken tzdata package - https://bugzilla.redhat.com/show_bug.cgi?id=1870814
|
||||||
|
RUN microdnf reinstall --assumeyes tzdata && microdnf clean all
|
||||||
|
|
||||||
USER 1000
|
USER 1000
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user