Skip to content

Commit

Permalink
Use libc6-i386 instead of libc6:i386
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 26, 2021
1 parent 7f11cdb commit faa0184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/i686-unknown-linux-musl/Dockerfile
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:20.04
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y --no-install-recommends \
gcc-multilib make libc6-dev git curl ca-certificates libc6:i386
gcc-multilib make libc6-dev git curl ca-certificates libc6-i386

COPY install-musl.sh /
RUN sh /install-musl.sh i686
Expand Down

0 comments on commit faa0184

Please sign in to comment.