4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
FROM node:18-bullseye
|
||
|
RUN apt-get -y update && \
|
||
|
apt-get -y install sudo
|