2 Commits

Author SHA1 Message Date
7c046edc32 update to rust 1.64 2022-10-08 17:19:04 +02:00
7d4a27c736 add hotfix for demo and appimage 2022-10-08 17:17:56 +02:00
2 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
FROM fedora:latest
ARG RUST_VERSION=1.72.1
ENV RUST_VERSION=$RUST_VERSION
ENV RUST_VERSION=1.64.0
RUN dnf install gtk4-devel gcc libadwaita-devel -y
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y

View File

@@ -1,6 +1,5 @@
FROM fedora:latest
ARG RUST_VERSION=1.72.1
ENV RUST_VERSION=$RUST_VERSION
ENV RUST_VERSION=1.64.0
RUN dnf install gtk4-devel gcc libadwaita-devel -y