Add git dependency for vscode (#333)

This commit is contained in:
Nick Peihl 2018-02-18 10:27:19 -08:00 committed by Jess Frazelle
parent dcee0ac7c4
commit e105c88508

View File

@ -28,6 +28,7 @@ RUN echo "deb [arch=amd64] https://packages.microsoft.com/repos/vscode stable ma
RUN apt-get update && apt-get -y install \ RUN apt-get update && apt-get -y install \
code \ code \
git \
libasound2 \ libasound2 \
libatk1.0-0 \ libatk1.0-0 \
libcairo2 \ libcairo2 \