sschellhammer commited on
Commit
e6476ae
·
verified ·
1 Parent(s): d56204e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  build-essential \
14
  && rm -rf /var/lib/apt/lists/*
15
 
 
16
  RUN apt-get update && apt-get install -y nano
17
 
18
  # Install Potato and Python dependencies
 
13
  build-essential \
14
  && rm -rf /var/lib/apt/lists/*
15
 
16
+ # Install nano
17
  RUN apt-get update && apt-get install -y nano
18
 
19
  # Install Potato and Python dependencies