You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@teaclave.apache.org by di...@apache.org on 2020/04/19 23:27:44 UTC

[incubator-teaclave-sgx-sdk] branch v1.1.2-testing updated: Fix fedora27 dockerfile

This is an automated email from the ASF dual-hosted git repository.

dingyu pushed a commit to branch v1.1.2-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.2-testing by this push:
     new 1b77320  Fix fedora27 dockerfile
1b77320 is described below

commit 1b77320a69933d8e2f4a2a300285ffdb303ce3b5
Author: Yu Ding <di...@gmail.com>
AuthorDate: Sun Apr 19 16:27:31 2020 -0700

    Fix fedora27 dockerfile
---
 dockerfile/Dockerfile.fedora27.nightly | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerfile/Dockerfile.fedora27.nightly b/dockerfile/Dockerfile.fedora27.nightly
index f71c1ff..c8e431a 100644
--- a/dockerfile/Dockerfile.fedora27.nightly
+++ b/dockerfile/Dockerfile.fedora27.nightly
@@ -1,6 +1,6 @@
 FROM fedora:27
 
-RUN yum install yum-utils bzip2 ocaml ocaml-ocamlbuild wget python2 openssl-devel git protobuf-devel ncurses-devel libtool automake redhat-rpm-config rpm-build cmake perl && \
+RUN yum install -y yum-utils bzip2 ocaml ocaml-ocamlbuild wget python2 openssl-devel git protobuf-devel ncurses-devel libtool automake redhat-rpm-config rpm-build cmake perl && \
     yum-builddep gcc binutils -y && \
     yum groupinstall -y 'C Development Tools and Libraries'
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@teaclave.apache.org
For additional commands, e-mail: commits-help@teaclave.apache.org