Skip to content

Commit e8d55ac

Browse files
fix(graphviz): Removed caching
1 parent 271eced commit e8d55ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/graphviz/Dockerfile.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY --from=ghcr.io/uniget-org/tools/uniget-build:latest \
66
/etc/profile.d/
77
SHELL [ "bash", "-clo", "errexit" ]
88
ARG DEBIAN_FRONTEND=noninteractive
9-
RUN --mount=type=cache,target=/var/cache/apk <<EOF
9+
RUN <<EOF
1010
apk add --update-cache \
1111
python3 \
1212
libltdl \
@@ -18,7 +18,7 @@ EOF
1818
WORKDIR /tmp/graphviz
1919
ARG name
2020
ARG version
21-
RUN --mount=type=cache,target=/var/cache/uniget/download <<EOF
21+
RUN <<EOF
2222
url="https://gitlab.com/graphviz/graphviz/-/archive/${version}/graphviz-${version}.tar.gz"
2323
filename="$( basename "${url}" )"
2424

0 commit comments

Comments
 (0)