Skip to content

Commit afa940b

Browse files
author
rongxi.li
committed
Fix unmet dependency
1 parent d4ae91b commit afa940b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM debian:9
22
RUN echo 'export PATH=$HOME/.roswell/bin:$PATH' >> ~/.bashrc
3-
RUN apt update && apt install -y curl make bzip2 &&\
3+
RUN apt update && apt install -y curl make bzip2 libcurl3-gnutls &&\
44
curl -L -O https://github.com/roswell/roswell/releases/download/v17.10.10.83/roswell_17.10.10.83-1_amd64.deb &&\
55
dpkg -i *.deb && ros && rm *.deb

0 commit comments

Comments
 (0)