fixing tests and drone
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
708c3308d5
commit
023f847b06
@ -1,12 +0,0 @@
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update &&\
|
||||
apt install ca-certificates curl gnupg lsb-release -y && \
|
||||
mkdir -p /etc/apt/keyrings && \
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | gpg --dearmor -o /etc/apt/keyrings/docker.gpg &&\
|
||||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
|
||||
$(lsb_release -cs) stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null; \
|
||||
apt update &&\
|
||||
apt install git docker-ce docker-ce-cli containerd.io docker-compose-plugin -y;
|
||||
|
||||
|
@ -1,11 +1,8 @@
|
||||
# syntax=override6/tbasket-end:latest
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update &&\
|
||||
apt install openjdk-11-jdk openssh-client wget unzip curl -y &&\
|
||||
wget https://services.gradle.org/distributions/gradle-7.5.1-bin.zip &&\
|
||||
mkdir /opt/gradle &&\
|
||||
unzip -d /opt/gradle gradle-7.5.1-bin.zip &&\
|
||||
export GRADLE_HOME=/opt/gradle/gradle-7.5.1
|
||||
RUN apt update
|
||||
RUN apt install openjdk-19-jdk -y
|
||||
RUN apt install openssh-client -y
|
||||
|
||||
|
||||
|
@ -1,11 +0,0 @@
|
||||
# syntax=override6/tbasket-end:latest
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update &&\
|
||||
apt install openjdk-11-jdk openssh-client wget unzip curl -y &&\
|
||||
wget https://services.gradle.org/distributions/gradle-7.5.1-bin.zip &&\
|
||||
mkdir /opt/gradle &&\
|
||||
unzip -d /opt/gradle gradle-7.5.1-bin.zip &&\
|
||||
export GRADLE_HOME=/opt/gradle/gradle-7.5.1 \
|
||||
|
||||
|
Reference in new issue