Skip to content

Commit

Permalink
Move setup_native and pkgs files into container/conf/.
Browse files Browse the repository at this point in the history
  • Loading branch information
alee-ntap committed Nov 2, 2023
1 parent 58d73da commit 8a15b43
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion crossbuild.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN apt-get update \
FROM $native_arch/$image AS native
ARG gnu_arch=aarch64
WORKDIR /tmp
COPY pkgs setup_native ./
COPY container/conf/ ./
RUN apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install \
--no-install-recommends -y bbe patchelf \
Expand Down

0 comments on commit 8a15b43

Please sign in to comment.