Skip to content
Snippets Groups Projects
Commit 67f23d78 authored by Craig Tiller's avatar Craig Tiller
Browse files

Updating 32 bit dockerfile

parent 2d2963e5
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -43,6 +43,7 @@ RUN apt-get update && apt-get install -y \
gcc \ gcc \
gcc-multilib \ gcc-multilib \
git \ git \
golang \
gyp \ gyp \
lcov \ lcov \
libc6 \ libc6 \
...@@ -51,6 +52,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -51,6 +52,7 @@ RUN apt-get update && apt-get install -y \
libgtest-dev \ libgtest-dev \
libtool \ libtool \
make \ make \
perl \
strace \ strace \
python-dev \ python-dev \
python-setuptools \ python-setuptools \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment