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 |
@@ -14,3 +14,8 @@ auto_link_exclude_list = [
|
||||
"libdl.so*",
|
||||
"libpthread.so*",
|
||||
]
|
||||
|
||||
[[bin]] # fix for cargo appimage not finding the binary
|
||||
name = "adwaita-demo" # crate name
|
||||
path = "src/main.rs"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
FROM fedora:latest
|
||||
|
||||
ENV RUST_VERSION=1.60.0
|
||||
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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
FROM fedora:latest
|
||||
ENV RUST_VERSION=1.60.0
|
||||
ENV RUST_VERSION=1.64.0
|
||||
|
||||
RUN dnf install gtk4-devel gcc libadwaita-devel -y
|
||||
|
||||
|
||||
Reference in New Issue
Block a user