aboutsummaryrefslogtreecommitdiff
path: root/projects/hostap
diff options
context:
space:
mode:
authorAbhishek Arya <inferno@chromium.org>2020-06-07 17:27:40 -0700
committerGitHub <noreply@github.com>2020-06-07 17:27:40 -0700
commit1776bd3decd5db3c3c710805e5c9450fb90c5c7e (patch)
treef55301d57f88a9b6f2ff34ab1d7cb4527c0a61b7 /projects/hostap
parentee5f37833ac73f564c51cb378b9bcb3c3972b494 (diff)
downloadoss-fuzz-1776bd3decd5db3c3c710805e5c9450fb90c5c7e.tar.gz
Install latest cmake, make easy to install i386 packages (#3943)
Fixes #3124, #2751
Diffstat (limited to 'projects/hostap')
-rw-r--r--projects/hostap/Dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/projects/hostap/Dockerfile b/projects/hostap/Dockerfile
index cc215e961..b29597c3b 100644
--- a/projects/hostap/Dockerfile
+++ b/projects/hostap/Dockerfile
@@ -16,8 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
MAINTAINER elver@google.com
-RUN dpkg --add-architecture i386 && \
- apt-get update && \
+RUN apt-get update && \
apt-get install -y make autoconf automake libtool g++ libssl-dev \
libssl-dev:i386
RUN git clone --depth 1 git://w1.fi/srv/git/hostap.git hostap