FROM alpine:latest RUN apk add gcc RUN mkdir /app WORKDIR /app ENTRYPOINT ["ls", "-lh", "/app"]