Terminal Update.

This commit is contained in:
2025-03-28 02:41:57 +01:00
parent 9e50b2a6d3
commit 5fbcadad8b
6 changed files with 20 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
FROM ubuntu:latest
RUN apt update && apt install libreadline-dev libcurl4-openssl-dev libssl-dev libncurses5-dev libncursesw5-dev libsqlite3-dev libreadline6-dev zlib1g-dev libbz2-dev libffi-dev liblzma-dev python3 python3-pip python3-venv libjson-c-dev vim htop git curl wget -y
RUN wget https://retoor.molodetz.nl/api/packages/retoor/generic/r/1.0.0/r
RUN chmod +x r
RUN cp r /usr/local/bin
CMD ["r"]