Skip to content

Commit a164960

Browse files
author
bad
committed
Fix build and pin libshumate
1 parent 122ddb5 commit a164960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN ["mkdir", "dub", "dmd"]
77

88
RUN ["git", "clone", "https://gitlab.gnome.org/GNOME/libshumate.git"]
99
WORKDIR /libshumate
10+
RUN ["git", "checkout","957a56611cbaca9aec51d157ce5a437196a71be4"]
1011
RUN ["mkdir", "build"]
1112
WORKDIR /libshumate/build
1213
RUN ["meson", "--prefix", "/usr/", ".."]

0 commit comments

Comments
 (0)