ci-image/Dockerfile

30 lines
750 B
Docker
Raw Normal View History

2022-08-02 21:04:16 +02:00
FROM ubuntu:focal AS build-env
RUN apt-get update && DEBIAN_FRONTEND="noninteractive" \
apt-get --yes --no-install-recommends install \
wget \
build-essential \
make \
libsqlite3-dev \
cmake \
zlib1g-dev \
libreadline-dev \
libssl-dev \
autotools-dev \
autoconf \
libtool \
2022-08-02 22:47:36 +02:00
automake \
2022-08-09 17:00:44 +02:00
libffi-dev \
2022-08-09 17:12:30 +02:00
ca-certificates \
2022-08-17 19:00:55 +02:00
unzip \
2022-08-17 19:06:40 +02:00
libjpeg-turbo8-dev \
2022-08-25 18:51:13 +02:00
libvncserver-dev \
2022-09-20 11:48:17 +02:00
lua5.3 \
2022-09-20 12:04:50 +02:00
tree
# app image tool support
RUN DEBIAN_FRONTEND="noninteractive" \
apt-get --yes --no-install-recommends install \
binutils coreutils desktop-file-utils fakeroot \
fuse libgdk-pixbuf2.0-dev patchelf python3-pip \
python3-setuptools squashfs-tools strace \
util-linux zsync