Files
ci-images/ubuntu:22.04/Containerfile
T

7 lines
108 B
Docker

FROM ubuntu:22.04
RUN apt update && apt -y install \
git \
nodejs \
bash && \
apt clean all