FROM alpine RUN apk --update add git less openssh gcc autoconf automake libtool make musl-dev bison flex && \ git clone https://github.com/fillabs/asn1c.git /asn1c-build && \ mkdir -p /asn1c && \ cd /asn1c-build && autoreconf -iv && ./configure --prefix=/usr && make && make install WORKDIR /home/etsi-its-asn1 CMD ./syntax_check.sh