Files
ci-images/ubuntu:22.04/Containerfile
T

7 lines
108 B
Docker
Raw Normal View History

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