Archived
1
0

Merge branch 'main' into jsjoeio/add-release-prep-script

This commit is contained in:
repo-ranger[bot]
2021-03-25 16:51:24 +00:00
committed by GitHub
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

View File

@ -15,10 +15,7 @@ RUN curl -fsSL https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - && \
apt-get update && apt-get install -y yarn
# Installs VS Code build deps.
RUN apt-get install -y build-essential \
libsecret-1-dev \
libx11-dev \
libxkbfile-dev
RUN apt-get install -y build-essential
# Installs envsubst.
RUN apt-get install -y gettext-base