aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile-fedora-python3-sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile-fedora-python3-sqlite')
-rw-r--r--Dockerfile-fedora-python3-sqlite9
1 files changed, 4 insertions, 5 deletions
diff --git a/Dockerfile-fedora-python3-sqlite b/Dockerfile-fedora-python3-sqlite
index ee337866..6cabcb1a 100644
--- a/Dockerfile-fedora-python3-sqlite
+++ b/Dockerfile-fedora-python3-sqlite
@@ -4,18 +4,17 @@
FROM fedora:31
-RUN yum -y update
-RUN yum -y install \
+RUN dnf -y install \
automake \
gcc \
-git \
+git-core \
make \
nodejs \
npm \
python3-devel \
virtualenv
-RUN yum -y install \
+RUN dnf -y install \
findutils \
python3-alembic \
python3-celery \
@@ -70,7 +69,7 @@ RUN chown root:www-data /var/www
USER www-data
-RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git -b master .
+RUN git clone --depth=1 git://git.savannah.gnu.org/mediagoblin.git --branch master .
RUN ./bootstrap.sh
RUN VIRTUALENV_FLAGS='--system-site-packages' ./configure