Files
wx_wherigo/libs/wxWidgets-3.3.1/build/tools/autoconf/Dockerfile
2025-10-31 23:37:30 +01:00

11 lines
124 B
Docker

FROM alpine:3.13
RUN apk add autoconf
# wxWidgets sources must be mounted here.
VOLUME /wx
WORKDIR /wx
CMD ["autoconf"]