Skip to content
Snippets Groups Projects
Commit d911872a authored by Bienchen's avatar Bienchen
Browse files

Add less to development container

parent a9a85e19
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ ARG ADD_DEV
RUN set -e pipefail; \
if test xYES = x`echo ${ADD_DEV} | tr '[:lower:]' '[:upper:]'`; then \
apt-get update -y; \
apt-get install -y emacs; \
apt-get install -y emacs less; \
pip install pylint black; \
apt-get purge -y --auto-remove pip; \
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment