Update Dockerfile

This commit is contained in:
Sergey 2023-09-13 00:41:28 +03:00 committed by GitHub
parent 6b8df2f7b4
commit b5002a9ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
FROM node:16-bullseye FROM debian:stable-slim
#FROM node:16-bullseye
RUN apt-get update && \ RUN apt-get update && \
apt-get install \ apt-get install \