Skip to content

Commit a02e9c1

Browse files
committed
Remove more dead code
1 parent eb68265 commit a02e9c1

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile.template

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ RUN set -eux; \
159159
VOLUME /var/lib/cassandra
160160

161161
COPY docker-entrypoint.sh /usr/local/bin/
162-
{{ if env.version | split(".") | .[0] | tonumber < 4 then ( -}}
163-
RUN ln -s usr/local/bin/docker-entrypoint.sh /docker-entrypoint.sh # backwards compat
164-
{{ ) else "" end -}}
165162
ENTRYPOINT ["docker-entrypoint.sh"]
166163

167164
# 7000: intra-node communication

0 commit comments

Comments
 (0)