11 Star 128 Fork 70

编程语言算法集 / Java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitpod.dockerfile 554 Bytes
一键复制 编辑 原始数据 按行查看 历史
Piotr Idzik 提交于 2024-05-19 20:57 . chore: migrate to java 21 (#5163)
FROM gitpod/workspace-java-21:2024-05-15-13-36-34
ENV LLVM_SCRIPT="tmp_llvm.sh"
RUN test ! -f "$LLVM_SCRIPT" \
&& wget https://apt.llvm.org/llvm.sh -O "$LLVM_SCRIPT" \
&& chmod +x "$LLVM_SCRIPT"
USER root
RUN ./"$LLVM_SCRIPT" 16 \
&& apt-get update \
&& apt-get install -y --no-install-recommends \
clang-format-16=1:16.0.6~++20231112100510+7cbf1a259152-1~exp1~20231112100554.106 \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
RUN ln -s "$(command -v clang-format-16)" "/usr/bin/clang-format"
USER gitpod
RUN rm "$LLVM_SCRIPT"
Java
1
https://gitee.com/TheAlgorithms/Java.git
git@gitee.com:TheAlgorithms/Java.git
TheAlgorithms
Java
Java
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891