Jack O'Sullivan
8b3fa6b075
Some checks failed
Build and push / Build and push images (push) Failing after 19s
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
FROM node:18-bullseye
|
|
RUN apt-get -y update && \
|
|
apt-get -y install sudo
|