mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 15:43:25 +02:00
Merge branch 'master' into dependabot/npm_and_yarn/julusian/jpeg-turbo-1.0.1
This commit is contained in:
@@ -32,7 +32,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
|
||||
tar -xJf node-v*.tar.xz --strip-components 1 -C /usr/local && \
|
||||
rm node-v*.tar.xz && \
|
||||
su stf-build -s /bin/bash -c '/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js install' && \
|
||||
apt-get -y install libzmq3-dev libprotobuf-dev git graphicsmagick openjdk-8-jdk yasm && \
|
||||
apt-get -y install libzmq3-dev libprotobuf-dev git graphicsmagick openjdk-8-jdk yasm cmake && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/cache/apt/* /var/lib/apt/lists/* && \
|
||||
mkdir /tmp/bundletool && \
|
||||
|
||||
Reference in New Issue
Block a user