4 lines
89 B
Docker
4 lines
89 B
Docker
FROM node:16
|
|
|
|
RUN apt-get update && apt-get upgrade
|
|
RUN apt-get install wireless-tools -y |