dev: add wget to devcontainer to fix shfmt installation

This commit is contained in:
Jose Diaz-Gonzalez
2021-09-29 11:38:16 -04:00
committed by GitHub
parent 301d5a19b0
commit 9b45aed6f0

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 help2man shellcheck uuid-runtime xmlstarlet && \
apt-get install --no-install-recommends -y help2man shellcheck uuid-runtime wget xmlstarlet && \
apt-get clean autoclean && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*