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

tallison pushed a commit to branch add-non-interactive
in repository https://gitbox.apache.org/repos/asf/tika-docker.git

commit 6757c559a87059476c0f1bb41698cda59138cd90
Author: tallison <[email protected]>
AuthorDate: Fri Oct 21 16:31:13 2022 -0400

    try non-interactive -y
---
 full/Dockerfile    | 2 +-
 minimal/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/full/Dockerfile b/full/Dockerfile
index 09c2c81..fd70ef4 100644
--- a/full/Dockerfile
+++ b/full/Dockerfile
@@ -10,7 +10,7 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 FROM ubuntu:jammy as base
-RUN apt-get update
+RUN apt-get update -y
 # tesseract 5 is not yet in the base repo
 RUN apt-get -y install software-properties-common
 RUN add-apt-repository -y ppa:alex-p/tesseract-ocr5
diff --git a/minimal/Dockerfile b/minimal/Dockerfile
index a25494a..0355401 100644
--- a/minimal/Dockerfile
+++ b/minimal/Dockerfile
@@ -11,7 +11,7 @@
 # License for the specific language governing permissions and limitations under
 # the License.
 FROM ubuntu:jammy as base
-RUN apt-get update
+RUN apt-get update -y
 
 FROM base as dependencies
 

Reply via email to