summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/periodic-updates/setup.sh
blob: d05c60883cb018535f1c4dcdc5958090c8a6bf20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#!/bin/bash
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

set -ve

apt-get update -q
apt-get install \
    arcanist \
    curl \
    jq \
    libasound2 \
    libdbus-glib-1-2 \
    libgtk-3-0 \
    libx11-xcb1 \
    libxml2-utils \
    libxt6 \
    libxtst6 \
    shellcheck \
    unzip \
    bzip2 \
    wget

rm -rf /setup