fibonacci_pipeline/Dockerfile

5 lines
No EOL
97 B
Docker

FROM alpine:latest
RUN apk update && \
apk add curl && \
apk add vim && \
apk add git