Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jul 6, 2024
1 parent d0661fa commit 6773344
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,8 @@ FROM $CROSS_BASE_IMAGE

ARG CROSS_DEB_ARCH

# Set up apt to use both amd64 and arm64 architectures
RUN dpkg --add-architecture $CROSS_DEB_ARCH && \
sed -i 's/deb http/deb [arch=amd64] http/g' /etc/apt/sources.list && \
echo "deb [arch=$CROSS_DEB_ARCH] http://ports.ubuntu.com/ubuntu-ports focal main restricted universe multiverse" >> /etc/apt/sources.list && \
echo "deb [arch=$CROSS_DEB_ARCH] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse" >> /etc/apt/sources.list && \
echo "deb [arch=$CROSS_DEB_ARCH] http://ports.ubuntu.com/ubuntu-ports focal-security main restricted universe multiverse" >> /etc/apt/sources.list

# Update and install dependencies
RUN apt-get update && \
apt-get update && \
apt-get install -y \
libgtk-3-dev:$CROSS_DEB_ARCH \
libssl-dev:$CROSS_DEB_ARCH \
Expand Down

0 comments on commit 6773344

Please sign in to comment.