Skip to content

Commit

Permalink
Revert "Try Alpine 3.9 again"
Browse files Browse the repository at this point in the history
This reverts commit 0c8bea0.
  • Loading branch information
martell committed May 19, 2019
1 parent ec0053a commit f8f4803
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/docker/x86_64-unknown-linux-musl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
FROM alpine:3.9
FROM ubuntu:18.04

RUN apk update && \
apk add \
RUN apt-get update && apt-get install -y \
musl-dev \
musl-tools \
curl \
ca-certificates \
perl \
make \
gcc

ENV CC_x86_64_unknown_linux_musl=gcc

0 comments on commit f8f4803

Please sign in to comment.