Skip to content

Commit

Permalink
don't run dpk configure
Browse files Browse the repository at this point in the history
  • Loading branch information
rburns committed Feb 1, 2015
1 parent 12b1367 commit 4c1d8b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion linux-armv6/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ENV RASPBERRYPI_TOOLS_COMMIT 9c3d7b6ac692498dd36fec2872e0b55f910baac1
# Enable 32 bits binaries
RUN dpkg --add-architecture i386 && \
apt-get update && \
apt-get install -y apt-utils libstdc++6:i386 libgcc1:i386 zlib1g:i386
apt-get install -y libstdc++6:i386 libgcc1:i386 zlib1g:i386

# Raspberry Pi is ARMv6+VFP2, Debian armhf is ARMv7+VFP3
# Since this Dockerfile is targeting linux-arm from Raspberry Pi onward,
Expand Down
1 change: 0 additions & 1 deletion linux-armv7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ RUN echo "deb http://emdebian.org/tools/debian/ jessie main" >> /etc/apt/sources
curl http://emdebian.org/tools/debian/emdebian-toolchain-archive.key | apt-key add -

RUN apt-get update && apt-get install -y \
apt-utils \
crossbuild-essential-armhf

ENV CROSS_TRIPLE arm-linux-gnueabihf
Expand Down

0 comments on commit 4c1d8b3

Please sign in to comment.