13 lines
541 B
Plaintext
Raw Normal View History

2025-03-28 02:41:57 +01:00
FROM ubuntu:latest
2025-05-08 04:05:15 +02:00
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 xterm valgrind ack irssi lynx tmux -y
2025-05-08 03:20:06 +02:00
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y
2025-03-28 02:41:57 +01:00
RUN wget https://retoor.molodetz.nl/api/packages/retoor/generic/r/1.0.0/r
RUN chmod +x r
2025-05-08 03:20:06 +02:00
RUN mv r /usr/local/bin/r
2025-03-28 02:41:57 +01:00