summaryrefslogtreecommitdiff
path: root/.ci/docker/ubuntu-xenial
blob: 693e8a1fdd14aa0297a075486d48463322c97dbc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
FROM ubuntu:xenial

RUN apt-get update -qq
RUN apt-get install -y \
    build-essential  \
    clang \
    cmake \
    curl \
    git \
    libgl-dev \
    libglu-dev \
    libpython3-dev \
    lsb-release \
    pkg-config \
    python3 \
    software-properties-common \
    sudo