Ai
4 Star 2 Fork 2

Gitee 极速下载/WebLogic

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/oracle/docker-images
Clone or Download
Dockerfile 499 Bytes
Copy Edit Raw Blame History
# Copyright (c) 2023 Oracle and/or its affiliates.
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
FROM ghcr.io/oracle/oraclelinux:8
RUN dnf -y module enable php:8.0 && \
dnf -y install php-cli \
php-common \
php-json \
php-mbstring \
php-mysqlnd \
php-pdo \
php-xml && \
rm -rf /var/cache/dnf
CMD ["/bin/php", "-v"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/mirrors/WebLogic.git
git@gitee.com:mirrors/WebLogic.git
mirrors
WebLogic
WebLogic
main

Search