4 lines
174 B
Docker
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 |