File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 16
16
# ipsw files
17
17
* .ipsw
18
18
* .zip
19
+ * .xz
19
20
* .im4p
20
21
kernelcache. *
21
22
dyld_shared_cache *
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ dyld_shared_cache*
27
27
* .plist
28
28
System
29
29
usr
30
+ * .xz
30
31
31
32
.DS_Store
32
33
@@ -42,4 +43,4 @@ checksums.txt.sha1
42
43
43
44
# Docs
44
45
public
45
- * .xz
46
+
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ WORKDIR /go/src/github.com/blacktop/ipsw
8
8
9
9
RUN \
10
10
apt-get update \
11
- && apt-get install -y cmake \
11
+ && apt-get install -y cmake liblzma-dev \
12
12
&& cd /tmp \
13
13
&& echo "===> Installing lzfse..." \
14
14
&& git clone https://github.com/lzfse/lzfse.git \
@@ -45,7 +45,7 @@ LABEL maintainer "https://github.com/blacktop"
45
45
46
46
RUN buildDeps='libfuse3-dev bzip2 libbz2-dev libz-dev cmake build-essential git libattr1-dev' \
47
47
&& apt-get update \
48
- && apt-get install -y $buildDeps fuse3 unzip \
48
+ && apt-get install -y $buildDeps fuse3 unzip lzma \
49
49
&& echo "===> Installing lzfse..." \
50
50
&& cd /tmp \
51
51
&& git clone https://github.com/lzfse/lzfse.git \
You can’t perform that action at this time.
0 commit comments