Loading virtualization/docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ WORKDIR /home/etsi RUN \ mkdir -p frameworks dev tmp \ && cd frameworks \ && git clone --branch=vlm_test https://github.com/fillabs/asn1c.git ./asn1c \ && git clone --branch=vlm_test https://github.com/fillabs/asn1c.git ./asn1c.denis \ && cd ./asn1c \ && autoreconf -iv && ./configure --prefix=${HOME} && make install \ && cd - \ Loading Loading
virtualization/docker/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ WORKDIR /home/etsi RUN \ mkdir -p frameworks dev tmp \ && cd frameworks \ && git clone --branch=vlm_test https://github.com/fillabs/asn1c.git ./asn1c \ && git clone --branch=vlm_test https://github.com/fillabs/asn1c.git ./asn1c.denis \ && cd ./asn1c \ && autoreconf -iv && ./configure --prefix=${HOME} && make install \ && cd - \ Loading