mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
dev: add wget to devcontainer to fix shfmt installation
This commit is contained in:
committed by
GitHub
parent
301d5a19b0
commit
9b45aed6f0
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user