Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
FROM ubuntu:18.04
FROM ubuntu:24.04

COPY LICENSE README.md /

RUN apt-get update && apt-get install -y \
clang-format-8 \
clang-format-18 \
git \
wget \
&& apt-get clean \
&& cd /usr/bin && ln -s clang-format-8 clang-format

RUN wget https://raw.githubusercontent.com/InsightSoftwareConsortium/ITK/master/Utilities/Maintenance/clang-format.bash \
Expand Down