Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Commit

Permalink
docker: Fix Ubuntu taskfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RoEdAl committed May 7, 2024
1 parent fba2017 commit bb0afdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ubuntu/22.04/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ COPY sources-arm.list /etc/apt/sources.list.d/arm.list
COPY dpkg-buildflags-${CC_TARGET}.env /build/buildflags.env
RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \
--mount=type=cache,target=/var/lib/apt,sharing=locked \
task -d /build/taks.d/deb install-pkgs-arch -- qemu-user-static libc6-${CC_TARGET}-cross \
task -d /build/task.d/deb install-pkgs-arch -- qemu-user-static libc6-${CC_TARGET}-cross \
gcc-${CC_TOOLCHAIN} g++-${CC_TOOLCHAIN} binutils-${CC_TOOLCHAIN} \
libsqlite3-dev:${CC_TARGET} libasound2-dev:${CC_TARGET}
RUN --network=none --mount=type=bind,from=asterisk-dev-cc,target=/build/cache task -d /build/task.d/ubuntu asterisk-headers
Expand Down

0 comments on commit bb0afdb

Please sign in to comment.