Skip to content

Commit ec6291f

Browse files
committed
install dep
1 parent 25bb733 commit ec6291f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
FROM ubuntu:latest
22
RUN 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 &&\

0 commit comments

Comments
 (0)