This commit is contained in:
parent
3465a6bfcb
commit
e390eab07c
11
.drone.yml
11
.drone.yml
@ -13,13 +13,10 @@ steps:
|
||||
path: /var/run
|
||||
commands:
|
||||
- cargo check
|
||||
- |
|
||||
apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release && \
|
||||
mkdir -p /etc/apt/keyrings && \
|
||||
curl -fsSL https://download.docker.com/linux/debian/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/debian $(lsb_release -cs) stable" >> /etc/apt/sources.list.d/docker.list && \
|
||||
apt-get update && apt-get install -y docker-ce-cli
|
||||
|
||||
- apt-get update && apt-get install -y ca-certificates curl gnupg lsb-release
|
||||
- mkdir -p /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/debian/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/debian $(lsb_release -cs) stable" >> /etc/apt/sources.list.d/docker.list
|
||||
- apt-get update && apt-get install -y docker-ce-cli
|
||||
- docker info
|
||||
- set
|
||||
- export CROSS_DOCKER_IN_DOCKER=true
|
||||
|
Loading…
Reference in New Issue
Block a user