dev: add file (for linting) and nano (for in-container editing) to devcontainer

This commit is contained in:
Jose Diaz-Gonzalez
2021-09-12 22:20:42 -04:00
parent b201c80f52
commit efeb5d8310

View File

@@ -1,7 +1,7 @@
FROM dokku/dokku:latest FROM dokku/dokku:latest
RUN apt-get update RUN apt-get update
RUN apt-get install --no-install-recommends -y build-essential && \ RUN apt-get install --no-install-recommends -y build-essential file nano && \
apt-get clean autoclean && \ apt-get clean autoclean && \
apt-get autoremove --yes && \ apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \