Skip to content

Commit 4e3330e

Browse files
fix: remove duplicate lines from merge
1 parent 7c6fa16 commit 4e3330e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

docker/app.Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ ADD https://github.com/validator/validator/releases/download/latest/vnu.jar /
131131
ADD https://raw.githubusercontent.com/eficode/wait-for/v2.1.3/wait-for /usr/local/bin/
132132
RUN chmod +rx /usr/local/bin/wait-for
133133

134-
ADD https://raw.githubusercontent.com/eficode/wait-for/v2.1.3/wait-for /usr/local/bin/
135-
RUN chmod +rx /usr/local/bin/wait-for
136-
137134
# Copy the startup file
138135
COPY docker/scripts/app-init.sh /docker-init.sh
139136
RUN sed -i 's/\r$//' /docker-init.sh && \

ietf/templates/release/about.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{# Copyright The IETF Trust 2015-2022, All Rights Reserved #}
22
{% extends "base.html" %}
3-
{# Copyright The IETF Trust 2015-2022, All Rights Reserved #}
43
{% load origin %}
54
{% block title %}About the Datatracker{% endblock %}
65
{% block content %}

0 commit comments

Comments
 (0)