This is an automated email from the ASF dual-hosted git repository.
dill0wn pushed a commit to branch dw/8427
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/dw/8427 by this push:
new 6165e8ec9 fixup! fixup! [#8427] fix for jenkins failing on forgegit
6165e8ec9 is described below
commit 6165e8ec998c5a53722d7d99eb2ab1e01efdc929
Author: Dillon Walls <[email protected]>
AuthorDate: Mon Apr 25 12:10:59 2022 -0400
fixup! fixup! [#8427] fix for jenkins failing on forgegit
---
Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 2b2a9c0c7..eb22efde2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,10 +22,10 @@ FROM ubuntu:18.04
RUN apt-get update \
&& apt-get install software-properties-common -y --no-install-recommends \
&& add-apt-repository ppa:deadsnakes/ppa -y \
- && add-apt-repository ppa:git-core/ppa -y \
+ # && add-apt-repository ppa:git-core/ppa -y \
&& apt-get update
-RUN apt-get upgrade -y git
+# RUN apt-get upgrade -y git
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
git-core \