Docker image to compile GTK2 (2.24.33-r9) applications for Linux
329
Docker image based on Alpine Linux to compile GTK2 applications.
The Dockerfile for this repository is defined as:
FROM alpine
RUN apk add --no-cache \
build-base \
gtk+2.0-dev \
libxml2-dev \
pkgconfig
ENTRYPOINT ["/bin/sh"]
Content type
Image
Digest
sha256:c97af4811…
Size
137.7 MB
Last updated
about 2 years ago
docker pull luigidifraia/gtk2-dev:alpine-3.20.3