We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 795e9fd commit b851b95Copy full SHA for b851b95
1 file changed
package/rm2fb-timower/package
@@ -32,7 +32,9 @@ image=base:v4.0
32
prepare() {
33
export DEBIAN_FRONTEND=noninteractive \
34
&& apt-get update -y \
35
- && apt-get install -y --no-install-recommends git
+ && apt-get install -y --no-install-recommends \
36
+ git \
37
+ git-lfs
38
cd "$srcdir"
39
mkdir -p rm2fb
40
cd rm2fb
0 commit comments