@@ -1,10 +1,10 @@
-FROM fedora:34 as rvm-build
+FROM fedora:35 as rvm-build
MAINTAINER Ben Boeckel <[email protected]>
COPY install_rvm.sh /root/install_rvm.sh
RUN sh /root/install_rvm.sh
-FROM fedora:34
+FROM fedora:35
COPY install_deps.sh /root/install_deps.sh
@@ -75,7 +75,7 @@ dnf install --setopt=install_weak_deps=False -y \
libinput-devel systemd-devel \
libjpeg-turbo-devel \
libpng-devel \
- libpq-devel postgresql-server-devel \
+ postgresql-server-devel \
libtiff-devel \
libuv-devel \
libxml2-devel \