Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Dec 29, 2024
1 parent fa10a28 commit 0e6789a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ ARG TARGETARCH
ENV PKG_CONFIG_PATH=/usr/local/lib/pkgconfig

RUN if [ "${TARGETARCH}" = "arm64" ]; then \
dpkg --add-architecture arm64 && \
sed -i 's/deb http/deb [arch=amd64,arm64] http/g' /etc/apt/sources.list; \
dpkg --add-architecture arm64; \
fi
RUN DEBIAN_FRONTEND=noninteractive \
apt-get update && \
Expand Down

0 comments on commit 0e6789a

Please sign in to comment.