Commit 828ab3c7 authored by YannGarcia's avatar YannGarcia
Browse files

Bug foxed in docker/Dokerfile

parent cf8b5bcf
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 - \