chansung commited on
Commit
e74ed94
Β·
1 Parent(s): 0359ddb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM python:3.9
2
 
3
- RUN sudo apt update && sudo apt install nodejs
4
 
5
  RUN pip install pynecone-io
6
 
 
1
  FROM python:3.9
2
 
3
+ RUN apt update && apt install nodejs
4
 
5
  RUN pip install pynecone-io
6