Changeset - ab436df1e041
[Not reviewed]
0 0 1
x - 19 hours ago 2025-08-23 02:09:39
xbr@c3l.lu
Add base Dockerfile for cross-OS testing/development
1 file changed with 6 insertions and 0 deletions:
0 comments (0 inline, 0 general)
build_script/Dockerfile
Show inline comments
 
new file 100644
 
FROM debian:12
 

	
 
RUN apt update && \
 
    apt install -y \
 
           htop tmux vim sudo mosh build-essential git python3 python-is-python3 python3-distutils ecdsautils gawk unzip libncurses5-dev zlib1g-dev libssl-dev libelf-dev wget rsync time qemu-utils \
 
           file
0 comments (0 inline, 0 general)