Skip to content

Commit

Permalink
Merge 7ea4053 into 600dd73
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 25, 2022
2 parents 600dd73 + 7ea4053 commit e6db82f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.fedoraproject.org/fedora:35
FROM registry.fedoraproject.org/fedora-minimal:35
LABEL \
name="Greenwave application" \
vendor="Greenwave developers" \
license="GPLv2+" \
build-date=""

RUN dnf -y install \
RUN microdnf install -y --nodocs --setopt install_weak_deps=0 \
git-core \
python3-dateutil \
python3-dogpile-cache \
Expand All @@ -17,7 +17,7 @@ RUN dnf -y install \
python3-prometheus_client \
python3-PyYAML \
python3-requests \
&& dnf -y clean all \
&& microdnf -y clean all \
&& rm -rf /tmp/*

# This will allow a non-root user to install a custom root CA at run-time
Expand Down

0 comments on commit e6db82f

Please sign in to comment.