clone3 commited on
Commit
645c04d
·
verified ·
1 Parent(s): 033cd7a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM nikolaik/python-nodejs:python3.9-nodejs18
2
 
3
  USER root
4
 
5
- RUN apt-get -y update && apt-get -y install nginx xvfb
6
 
7
  RUN mkdir -p /var/cache/nginx \
8
  /var/log/nginx \
 
2
 
3
  USER root
4
 
5
+ RUN apt-get -y update && apt-get -y install nginx xvfb openssh-client
6
 
7
  RUN mkdir -p /var/cache/nginx \
8
  /var/log/nginx \