Skip to content

Commit

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

ARG CROSS_DEB_ARCH

# Add the focal repository
RUN echo "deb http://archive.ubuntu.com/ubuntu focal main universe" > /etc/apt/sources.list.d/focal.list

RUN dpkg --add-architecture $CROSS_DEB_ARCH && \
apt-get update && \
apt-get install -y \
Expand All @@ -14,9 +11,6 @@ RUN dpkg --add-architecture $CROSS_DEB_ARCH && \
libasound2-dev:$CROSS_DEB_ARCH \
libglib2.0-dev:$CROSS_DEB_ARCH

# Ensure we're using the focal version of libglib2.0-dev
RUN apt-get install -y -t focal libglib2.0-dev:$CROSS_DEB_ARCH

ENV PKG_CONFIG_ALLOW_CROSS=1
ENV PKG_CONFIG_PATH=/usr/lib/$CROSS_DEB_ARCH-linux-gnu/pkgconfig
ENV LD_LIBRARY_PATH=/usr/lib/$CROSS_DEB_ARCH-linux-gnu

0 comments on commit e4a1f07

Please sign in to comment.