Skip to content

Commit

Permalink
Fix ref to apt-cross-essential.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ianks committed Dec 31, 2024
1 parent 9a6ad2e commit 4e3fb2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.arm-unknown-linux-gnueabi
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM cross-base AS build
ENV CROSS_TOOLCHAIN_PREFIX=arm-linux-gnueabi-
ENV CROSS_SYSROOT=/usr/arm-linux-gnueabi

COPY essential.sh /
COPY apt-cross-essential.sh /
RUN TARGET_ARCH=armel TARGET_TRIPLE=arm-linux-gnueabi /essential.sh

COPY deny-debian-packages.sh /
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.armv7-unknown-linux-gnueabihf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM cross-base AS build
ENV CROSS_TOOLCHAIN_PREFIX=arm-linux-gnueabihf-
ENV CROSS_SYSROOT=/usr/arm-linux-gnueabihf

COPY essential.sh /
COPY apt-cross-essential.sh /
RUN TARGET_ARCH=armhf TARGET_TRIPLE=arm-linux-gnueabihf /essential.sh

COPY deny-debian-packages.sh /
Expand Down

0 comments on commit 4e3fb2b

Please sign in to comment.