mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 19:32:30 +01:00
Add git dependency for vscode (#333)
This commit is contained in:
parent
dcee0ac7c4
commit
e105c88508
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user