FROM alpine:latest RUN apk update RUN apk add rust cargo clang gcc git linux-headers RUN mkdir -p /rust WORKDIR /rust