Fixed a typo in mips docker file.

This commit is contained in:
Inokentiy Babushkin 2019-05-20 16:55:08 +02:00
parent 1a1b170a02
commit 7b171fb15a
No known key found for this signature in database
GPG Key ID: 7EFC8EC5224DE8EC
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ FROM ubuntu:18.04
RUN apt-get update && apt-get install -y --no-install-recommends \
gcc make libc6-dev git curl ca-certificates \
gcc-mips-linux-gnu qemu-user qemu-system-mips
RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.2.22.tar.gz | \
RUN curl --retry 5 https://www.musl-libc.org/releases/musl-1.1.22.tar.gz | \
tar xzf - && \
cd musl-1.1.22 \
CC=mips-linux-gcc \