add docker to ubuntu
This commit is contained in:
parent
cbda1a7a87
commit
aba6fe6342
1 changed files with 1 additions and 1 deletions
|
|
@ -4,6 +4,6 @@ RUN apt-get -y update && \
|
||||||
apt-get install -y apt-transport-https ca-certificates curl software-properties-common && \
|
apt-get install -y apt-transport-https ca-certificates curl software-properties-common && \
|
||||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && \
|
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - && \
|
||||||
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && \
|
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu focal stable" && \
|
||||||
apt-get -y install docker-ce && \
|
apt-get install -y docker-ce && \
|
||||||
apt-get install -y curl diffutils jq bash git zsh docker nodejs npm
|
apt-get install -y curl diffutils jq bash git zsh docker nodejs npm
|
||||||
CMD [ "zsh" ]
|
CMD [ "zsh" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue