mirror of
https://github.com/marcel-dempers/docker-development-youtube-series.git
synced 2025-06-06 17:01:30 +00:00
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
FROM python:3.8.3-alpine3.12
|
|
|
|
RUN apk add --no-cache bash curl
|
|
RUN pip3 install linode-cli==2.15.0 |