Skip to content

Commit f8f4803

Browse files
committed
Revert "Try Alpine 3.9 again"
This reverts commit 0c8bea0.
1 parent ec0053a commit f8f4803

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
FROM alpine:3.9
1+
FROM ubuntu:18.04
22

3-
RUN apk update && \
4-
apk add \
3+
RUN apt-get update && apt-get install -y \
4+
musl-dev \
5+
musl-tools \
56
curl \
67
ca-certificates \
78
perl \
89
make \
910
gcc
10-
11-
ENV CC_x86_64_unknown_linux_musl=gcc

0 commit comments

Comments
 (0)