mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2024-12-23 01:54:22 +00:00
Add libssl1.1 to the dockerfile
This commit is contained in:
parent
191fb5d70d
commit
9e9e321431
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ RUN cargo install --path . --all-features --bins
|
||||||
|
|
||||||
FROM debian:buster AS system
|
FROM debian:buster AS system
|
||||||
COPY --from=build /usr/local/cargo/bin/patched_porobot_telegram /usr/local/bin/patched_porobot_telegram
|
COPY --from=build /usr/local/cargo/bin/patched_porobot_telegram /usr/local/bin/patched_porobot_telegram
|
||||||
|
RUN apt update
|
||||||
|
RUN apt upgrade -y
|
||||||
|
RUN apt install -y libssl1.1
|
||||||
|
|
||||||
FROM system AS entrypoint
|
FROM system AS entrypoint
|
||||||
ENTRYPOINT ["patched_porobot_telegram"]
|
ENTRYPOINT ["patched_porobot_telegram"]
|
||||||
|
|
Loading…
Reference in a new issue