mirror of
https://gitee.com/dcren/initializr.git
synced 2025-12-17 17:41:31 +08:00
Add git to CI image
This commit is contained in:
@@ -3,7 +3,7 @@ FROM ubuntu:bionic-20181018
|
||||
ENV JAVA_HOME /opt/openjdk
|
||||
ENV PATH $JAVA_HOME/bin:$PATH
|
||||
RUN apt-get update && \
|
||||
apt-get install -y curl
|
||||
apt-get install -y curl git
|
||||
RUN mkdir -p /opt/openjdk && \
|
||||
cd /opt/openjdk && \
|
||||
curl https://java-buildpack.cloudfoundry.org/openjdk/bionic/x86_64/openjdk-1.8.0_192.tar.gz | tar xz
|
||||
|
||||
Reference in New Issue
Block a user