aboutsummaryrefslogtreecommitdiff
path: root/ci/Dockerfile.external_deps
blob: 0d2a55dd19cc918738fab181a44a30a88cc0f73a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
FROM ubuntu:22.04

RUN apt-get update && \
    apt-get install -y software-properties-common && \
    add-apt-repository ppa:neovim-ppa/stable && \
    apt-get install -y ninja-build \
            gettext \
            cmake \
            unzip \
            curl \
            git \
            libluajit-5.1-dev \
            libmsgpack-dev \
            libtermkey-dev \
            libunibilium-dev \
            libuv1-dev \
            lua-filesystem \
            lua-lpeg \
            luajit \
            lua-luv-dev \
            libtree-sitter-dev \
            libvterm-dev