5 lines
87 B
Docker
5 lines
87 B
Docker
|
|
FROM ubuntu:latest
|
|
|
|
RUN apt update -y \
|
|
&& apt install -y dc curl python3 python3-pip |