remove libssl1.1 as it no longer ships in debian
This commit is contained in:
parent
3446579da5
commit
74f178b986
@ -1,7 +1,7 @@
|
||||
FROM debian
|
||||
|
||||
RUN apt update
|
||||
RUN apt install -y libssl1.1 openssl ca-certificates
|
||||
RUN apt install -y openssl ca-certificates
|
||||
|
||||
ADD target/release/telegram-leetbot /bin/.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user