fix: add os package for copyfiles make target to devcontainer

This ensures 'make copyfiles' can run appropriately within a devcontainer.
This commit is contained in:
Jose Diaz-Gonzalez
2021-09-22 00:25:16 -04:00
parent 75309bf3a0
commit f74b702c5e

View File

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