mirror of
https://github.com/13hannes11/gtk4-rs-docker.git
synced 2024-09-03 23:21:01 +02:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c046edc32 | |||
| 7d4a27c736 |
@@ -1,7 +1,6 @@
|
|||||||
FROM fedora:latest
|
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 dnf install gtk4-devel gcc libadwaita-devel -y
|
||||||
|
|
||||||
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
|
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
FROM fedora:latest
|
FROM fedora:latest
|
||||||
ARG RUST_VERSION=1.72.1
|
ENV RUST_VERSION=1.64.0
|
||||||
ENV RUST_VERSION=$RUST_VERSION
|
|
||||||
|
|
||||||
RUN dnf install gtk4-devel gcc libadwaita-devel -y
|
RUN dnf install gtk4-devel gcc libadwaita-devel -y
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user