Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2025-12-11 20:05:08 +01:00
parent 9720bcfd4b
commit feec958d10
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -36,10 +36,6 @@ RUN make install
RUN make clean RUN make clean
RUN ldconfig RUN ldconfig
WORKDIR / WORKDIR /
RUN git clone https://github.com/polhenarejos/pypicohsm.git
WORKDIR /pypicohsm
RUN pip3 install .
WORKDIR /
RUN git clone https://github.com/CardContact/sc-hsm-embedded RUN git clone https://github.com/CardContact/sc-hsm-embedded
WORKDIR /sc-hsm-embedded WORKDIR /sc-hsm-embedded
RUN autoreconf -fi RUN autoreconf -fi