Jack O'Sullivan
f8ee085639
Some checks failed
Build and push / Build and push images (push) Failing after 44s
4 lines
87 B
Plaintext
4 lines
87 B
Plaintext
FROM docker.io/node:18-bullseye
|
|
RUN apt-get -y update && \
|
|
apt-get -y install sudo
|