added graphviz to sdk 0.2.3

This commit is contained in:
Sven Vogel 2024-05-08 14:03:35 +02:00
parent dcda1158f2
commit 4840975b26
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
FROM alpine:3.19.1 FROM alpine:3.19.1
LABEL authors="servostar" LABEL authors="servostar"
LABEL version="0.2.2" LABEL version="0.2.3"
LABEL description="base image for building the gemstone programming language compiler" LABEL description="base image for building the gemstone programming language compiler"
LABEL website="https://github.com/Servostar/gemstone" LABEL website="https://github.com/Servostar/gemstone"
# install dependencies # install dependencies
RUN apk add build-base gcc make cmake bison flex git python3 RUN apk add build-base gcc make cmake bison flex git python3 graphviz
# create user for build # create user for build
RUN adduser --disabled-password lorang RUN adduser --disabled-password lorang