Skip to content

Commit

Permalink
Merge pull request #7 from gardenlinux/fix-apt-path
Browse files Browse the repository at this point in the history
Really copy apt configuration files into /etc/apt/.
  • Loading branch information
alee-ntap authored Nov 7, 2023
2 parents 0db0717 + ce7e283 commit bd1185d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/build.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ FROM $arch/$image
WORKDIR /tmp

# Copy repository configration files for apt
COPY container/apt /etc/
COPY container/apt/ /etc/apt/

# Create a directory for local packages and touch the Packages file
RUN mkdir /pkgs && touch /pkgs/Packages
Expand Down
2 changes: 1 addition & 1 deletion container/crossbuild.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ FROM $target_arch/$image
WORKDIR /tmp

# Copy repository configration files for apt
COPY container/apt /etc/
COPY container/apt/ /etc/apt/

# Copy setup_native and pkgs into the container
COPY container/conf/ ./
Expand Down

0 comments on commit bd1185d

Please sign in to comment.