6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
FROM ubuntu:latest
|
|
|
|
RUN apt update -qyy && \
|
|
apt install -qyy erlang
|
|
|