Some checks reported errors
continuous-integration/drone/push Build encountered an error
4 lines
67 B
Docker
4 lines
67 B
Docker
FROM alpine:latest
|
|
|
|
RUN apk add --no-cache \
|
|
clang-extra-tools
|