This is an automated email from the ASF dual-hosted git repository.
dingyu pushed a commit to branch v1.1.1-testing
in repository https://gitbox.apache.org/repos/asf/incubator-teaclave-sgx-sdk.git
The following commit(s) were added to refs/heads/v1.1.1-testing by this push:
new 38a0838 Fix missing flex
38a0838 is described below
commit 38a0838aae6aedff676ee14cc2a6c0fe40d43fcb
Author: Yu Ding <[email protected]>
AuthorDate: Fri Mar 20 14:29:43 2020 -0700
Fix missing flex
---
dockerfile/Dockerfile.1604.nightly | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dockerfile/Dockerfile.1604.nightly
b/dockerfile/Dockerfile.1604.nightly
index 39ef6bf..7615dd3 100644
--- a/dockerfile/Dockerfile.1604.nightly
+++ b/dockerfile/Dockerfile.1604.nightly
@@ -235,7 +235,7 @@ RUN set -ex; \
# Fourth, gnu binutils
RUN cd /root && \
- apt-get update && apt-get install -y bison texinfo && \
+ apt-get update && apt-get install -y bison texinfo flex && \
git clone git://sourceware.org/git/binutils-gdb.git --branch
binutils-2_34-branch && \
cd binutils-gdb && \
mkdir build && \
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]