Add nano
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
# Install Additional System Dependencies
|
# Install Additional System Dependencies
|
||||||
RUN apt-get update && apt-get upgrade -y
|
RUN apt-get update && apt-get upgrade -y
|
||||||
RUN apt-get install -y \
|
RUN apt-get install -y \
|
||||||
libgl1
|
libgl1 \
|
||||||
|
nano
|
||||||
|
|
||||||
# Clear cache
|
# Clear cache
|
||||||
RUN apt-get autoremove
|
RUN apt-get autoremove
|
||||||
|
|||||||
Reference in New Issue
Block a user