Archived
1
0

fix(lib/vscode): remove native-keymap and keytar (#2961)

native-keymap and keytar are only used in the electron process,
so we don't need them. This allows us to drop our dependencies on
libx11-dev, libxkbfile-dev, and libsecret-dev.
This commit is contained in:
Akash Satheesan
2021-03-25 22:20:58 +05:30
committed by GitHub
parent 24a474ce20
commit 8332a6abc9
9 changed files with 155 additions and 220 deletions

View File

@ -8,7 +8,7 @@ ENV PATH=/usr/local/node-$NODE_VERSION/bin:$PATH
RUN npm install -g yarn
RUN yum groupinstall -y 'Development Tools'
RUN yum install -y python2 libsecret-devel libX11-devel libxkbfile-devel
RUN yum install -y python2
RUN npm config set python python2