Sign inSign up

luigidifraia/gtk2-dev

By luigidifraia

•Updated about 2 years ago

Docker image to compile GTK2 (2.24.33-r9) applications for Linux

Image
Developer tools
0

329

luigidifraia/gtk2-dev repository overview

⁠gtk2-dev

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"]

Tag summary

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