ci-image/Dockerfile
dany 9b65bc22be
Some checks reported errors
gitea-sync/ci-image/pipeline/head Something is wrong with the build of this commit
Update 'Dockerfile'
2022-09-30 11:42:42 +02:00

30 lines
751 B
Docker

FROM ubuntu:bionic 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 \
automake \
libffi-dev \
ca-certificates \
unzip \
libjpeg-turbo8-dev \
libvncserver-dev \
lua5.3 \
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