4 lines
49 B
Plaintext
4 lines
49 B
Plaintext
|
FROM alpine:latest
|
||
|
|
||
|
RUN apk add git gcc musl-dev
|