Dockerfile (Tomb-2.7) | : | Dockerfile (Tomb-2.8) | ||
---|---|---|---|---|
FROM dyne/devuan:beowulf | FROM dyne/devuan:beowulf | |||
RUN apt-get update -y -q && apt-get install -y -q zsh cryptsetup gawk libgcrypt2 0-dev steghide qrencode python python2.7 python3-pip python3-dev libsodium-dev l ibssl-dev make gcc g++ sudo gettext file bsdmainutils | RUN apt-get update -y -q --allow-releaseinfo-change && apt-get install -y -q zsh cryptsetup gawk libgcrypt20-dev steghide qrencode python python2.7 python3-pip python3-dev libsodium-dev libssl-dev make gcc g++ sudo gettext file bsdmainutils | |||
RUN pip3 install setuptools wheel | RUN pip3 install setuptools wheel | |||
COPY . /Tomb/ | COPY . /Tomb/ | |||
WORKDIR /Tomb/extras | # WORKDIR /Tomb/extras | |||
RUN ./install_sphinx.sh | # RUN ./install_sphinx.sh | |||
RUN cp test/sphinx.cfg /etc/sphinx/config | # RUN cp test/sphinx.cfg /etc/sphinx/config | |||
WORKDIR /Tomb | WORKDIR /Tomb | |||
RUN make --directory=extras/kdf-keys | RUN make --directory=extras/kdf-keys | |||
RUN make --directory=extras/kdf-keys install | RUN make --directory=extras/kdf-keys install | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |