Files
ci-swift/Dockerfile
T
2026-08-24 09:34:59 -07:00

4 lines
174 B
Docker

FROM swift:6.3.3
RUN apt-get update && apt-get install -y curl git ca-certificates
RUN curl -fsSL https://deb.nodesource.com/setup_24.x | bash - && apt-get install -y nodejs