Size: 904
Comment:
|
Size: 906
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 26: | Line 26: |
FROM alpine:3.12 RUN apk add --update --no-cache python3 curl wget nano vim |
FROM alpine:3.15 RUN apk add --update --no-cache python3 curl wget nano vim py3-pip |
Line 30: | Line 30: |
Alpine
Alpine Linux is a security-oriented, lightweight Linux distribution based on musl libc and busybox.
ISO size is 125MB.
Commands
- apk update # update package list/db
- apk search # show available packages
- apk info # show installed packages
Docker