Skip to content

Instantly share code, notes, and snippets.

@kokjo
Created April 2, 2017 08:04
Show Gist options
  • Save kokjo/b57addb2a9a29111f2ab4548ba05da9f to your computer and use it in GitHub Desktop.
Save kokjo/b57addb2a9a29111f2ab4548ba05da9f to your computer and use it in GitHub Desktop.
FROM fedora
RUN dnf -y install glibc.i686 openssl-libs.i686 protobuf-devel.i686 protobuf-lite.i686 protobuf.i686
RUN dnf -y install git scons
RUN dnf -y install gcc
RUN dnf -y install glibc-devel.i686 libgcc.i686 libstdc++-devel.i686
RUN dnf -y install strace
RUN dnf -y install gcc-c++
RUN dnf -y install glibc-devel.x86_64 libgcc.x86_64 libstdc++-devel.x86_64
RUN git clone https://github.com/tsyrogit/zxcvbn-c.git
RUN cd /zxcvbn-c && CFLAGS="-m32" make
RUN cp /zxcvbn-c/libzxcvbn.so.0 /lib
RUN dnf -y install gdb
COPY LetsEnchiffre /LetsEnchiffre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment