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