提交 1361982e 编写于 作者: J Joao Moreno

tfs: add linux docker file

上级 d5ce11b9
......@@ -41,7 +41,8 @@ const eolFilter = [
'!build/{lib,tslintRules}/**/*.js',
'!build/monaco/**',
'!build/win32/**',
'!build/**/*.sh'
'!build/**/*.sh',
'!**/Dockerfile'
];
const indentationFilter = [
......
FROM microsoft/vsts-agent:ubuntu-16.04-standard
MAINTAINER Joao Moreno <joao.moreno@microsoft.com>
RUN dpkg --add-architecture i386
RUN apt-get update
RUN apt-get install -y build-essential
RUN apt-get install -y gcc-4.9-multilib
RUN apt-get install -y g++-4.9-multilib
RUN apt-get install -y zip
RUN apt-get install -y rpm
RUN apt-get install -y createrepo
RUN apt-get install -y libgtk2.0-0
RUN apt-get install -y libgconf-2-4
RUN apt-get install -y libnss3
RUN apt-get install -y libasound2
RUN apt-get install -y libxtst6
RUN apt-get install -y libfuse2
RUN apt-get install -y libgtk2.0-0:i386
RUN apt-get install -y libnotify-bin
RUN apt-get install -y libnotify4:i386
RUN apt-get install -y libgconf-2-4:i386
RUN apt-get install -y libnss3:i386
RUN apt-get install -y libx11-dev:i386
RUN apt-get install -y libxkbfile-dev:i386
RUN apt-get install -y libxtst6:i386
RUN apt-get install -y libxss1:i386
RUN apt-get install -y libxss1
RUN apt-get install -y python-gtk2
RUN apt-get install -y jq
RUN apt-get install -y libx11-xcb-dev:i386
RUN apt-get install -y libx11-xcb-dev
RUN apt-get install -y xvfb
RUN apt-get install -y libx11-dev
RUN apt-get install -y libxkbfile-dev
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册