mirror of
https://github.com/dawidd6/action-send-mail.git
synced 2026-01-11 21:28:51 +07:00
5 lines
108 B
Docker
5 lines
108 B
Docker
|
|
FROM docker.io/library/ubuntu:latest
|
||
|
|
|
||
|
|
RUN apt-get update
|
||
|
|
RUN apt-get install -y shellcheck shfmt jq npm git
|