This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new bf5b6986 Not needed [skip ci]
bf5b6986 is described below
commit bf5b698685d75ac2cc7a08a15bb2b43d21334c90
Author: Sebb <[email protected]>
AuthorDate: Thu Dec 14 00:30:44 2023 +0000
Not needed [skip ci]
---
Dockerfile | 4 ----
1 file changed, 4 deletions(-)
diff --git a/Dockerfile b/Dockerfile
index 89a8b707..5ee7de72 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,10 +13,6 @@ RUN apt-get update && \
gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && \
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg]
https://deb.nodesource.com/node_18.x nodistro main" > \
/etc/apt/sources.list.d/nodesource.list && \
- echo "deb http://opensource.wandisco.com/ubuntu bionic svn110" > \
- /etc/apt/sources.list.d/subversion.list && \
- curl -sL http://opensource.wandisco.com/wandisco-debian-new.gpg | \
- apt-key add - &&\
apt-get update && \
DEBIAN_FRONTEND='noninteractive' apt-get install -y \
apache2 \