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