Files
ci-images/ubuntu:latest/Containerfile
T

7 lines
109 B
Docker
Raw Normal View History

2023-12-12 15:05:32 -06:00
FROM ubuntu:latest
RUN apt update && apt -y install \
git \
nodejs \
bash && \
apt clean all