Skip to content

Commit

Permalink
Install GNU Make on fedora
Browse files Browse the repository at this point in the history
  • Loading branch information
bailuk committed Mar 6, 2022
1 parent f30b0d2 commit 9fbeb6a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build inside container](https://github.com/bailuk/java-gtk/actions/workflows/build-on-container.yml/badge.svg)](https://github.com/bailuk/java-gtk/actions/workflows/build-on-container.yml)
[![Build inside container](https://github.com/bailuk/java-gtk/actions/workflows/build-on-debian.yml/badge.svg)](https://github.com/bailuk/java-gtk/actions/workflows/build-on-debian.yml)
[![Build inside container](https://github.com/bailuk/java-gtk/actions/workflows/build-on-fedora.yml/badge.svg)](https://github.com/bailuk/java-gtk/actions/workflows/build-on-fedora.yml)

# Java-GTK
Experimental GTK 4 bindings for Java.
Expand Down
3 changes: 2 additions & 1 deletion ci/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# => ./clone-and-build.sh

FROM docker.io/fedora:35
LABEL version="0.2"
LABEL version="0.3"

ENV JAVA_TOOL_OPTIONS "-Dfile.encoding=UTF8"

Expand All @@ -18,5 +18,6 @@ RUN dnf -y install gtk4
RUN dnf -y install java-11-openjdk
RUN dnf -y install java-11-openjdk-devel
RUN dnf -y install git
RUN dnf -y install make
RUN dnf -y install libadwaita
RUN dnf -y clean all

0 comments on commit 9fbeb6a

Please sign in to comment.