fixing scripts
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
a0652bb3d0
commit
05288f089f
@ -1,7 +1,12 @@
|
||||
# syntax=override6/tbasket-end:latest
|
||||
FROM ubuntu:latest
|
||||
|
||||
RUN apt update &&\
|
||||
apt install git docker -y
|
||||
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;
|
||||
|
||||
|
||||
|
Reference in new issue