This commit is contained in:
Matteo Savini 2023-03-07 23:41:02 +01:00
parent 512e2106e0
commit be723e8be5

View File

@ -35,7 +35,7 @@ ENV BUILD_ENV ${BUILD_ENVIRONMENT}
WORKDIR ${APP_HOME} WORKDIR ${APP_HOME}
{% if cookiecutter.vscode_devcontainer == "y" %} {% if cookiecutter.use_vscode_devcontainer == "y" %}
# VS Code devcontainer dependencies and utils # VS Code devcontainer dependencies and utils
RUN apt-get update && apt-get install --no-install-recommends -y \ RUN apt-get update && apt-get install --no-install-recommends -y \
sudo git bash-completion nano sudo git bash-completion nano