File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:latest
22RUN apt-get update &&\
3- apt-get install -yqq wget &&\
3+ apt-get install -yqq gpg wget &&\
44 mkdir -m 0755 -p /etc/apt/keyrings/ &&\
5- wget -qO- https://ipitio.github.io/closure/gpg.key | gpg --dearmor | sudo tee /etc/apt/keyrings/closure.gpg > /dev/null &&\
5+ wget -qO- https://ipitio.github.io/closure/gpg.key | gpg --dearmor | tee /etc/apt/keyrings/closure.gpg > /dev/null &&\
66 chmod 644 /etc/apt/keyrings/closure.gpg &&\
7- echo "deb https://ipitio.github.io/closure master main" | sudo tee /etc/apt/sources.list.d/closure.list &&\
7+ echo "deb https://ipitio.github.io/closure master main" | tee /etc/apt/sources.list.d/closure.list &&\
88 chmod 644 /etc/apt/sources.list.d/closure.list &&\
99 apt-get update &&\
1010 apt-get install -yqq closure &&\
You can’t perform that action at this time.
0 commit comments