This commit is contained in:
Jonathan Carter 2020-10-15 14:32:31 -07:00 коммит произвёл GitHub
Родитель 04b3a99c4d
Коммит e3093e2aeb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -39,7 +39,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
# Remove 'imagemagick imagemagick-6-common' due to http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-10131
&& apt-get purge -y imagemagick imagemagick-6-common \
# Install tools and shells not in common script
&& apt-get install -yq vim xtail software-properties-common \
&& apt-get install -yq vim xtail software-properties-common libsecret-1-dev \
&& bash /tmp/scripts/sshd-debian.sh \
&& bash /tmp/scripts/git-lfs-debian.sh \
&& bash /tmp/scripts/github-debian.sh \
@ -138,4 +138,4 @@ RUN if [ -z $DeveloperBuild ]; then \
curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l /vsdbg ; \
fi
USER ${USERNAME}
USER ${USERNAME}