We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479a7b9 commit 7e4a503Copy full SHA for 7e4a503
Dockerfile
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=1 go build \
18
####################################################
19
# APFS-FUSE BUILDER
20
21
-FROM ubuntu:22.04
+FROM ubuntu:24.04
22
23
LABEL maintainer="https://github.com/blacktop"
24
@@ -42,7 +42,7 @@ RUN buildDeps='libfuse3-dev bzip2 libbz2-dev libz-dev cmake build-essential git
42
&& apt-get clean \
43
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
44
45
-ENV LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:/usr/local/lib"
+ENV LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/lib"
46
ENV IPSW_IN_DOCKER=1
47
48
COPY --from=builder /bin/ipsw /bin/ipsw
0 commit comments