File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,16 +18,19 @@ ENV DEBIAN_FRONTEND=noninteractive \
1818 NPM_CONFIG_CACHE =/ tmp/ .npm \
1919 PALABRA_DIR =/ usr/ local/ share
2020
21- ARG UBUNTU_DEPS = " libatomic1 curl wget git net-tools iproute2"
21+ ARG UBUNTU_DEPS = " libatomic1 curl wget git net-tools iproute2 software-properties-common "
2222ARG RUST_DEPS = " build-essential"
2323ARG DEPS = " pv gdb strace upx-ucl less ffmpeg net-tools netcat-openbsd mc iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop hexyl"
2424
2525RUN apt- get update && \
2626 apt- get upgrade - y && \
2727 apt- get autoremove && \
2828 apt- get install - y ${UBUNTU_DEPS } ${RUST_DEPES } ${DEPS } && \
29+ echo " > Install git" && \
30+ add- apt- repository ppa:git- core/ ppa - y && \
2931 echo " > Update command-not-found database. Run 'sudo apt update' to populate it." && \
3032 apt- get update && \
33+ apt- get upgrade - y && \
3134 apt- get autoremove && \
3235 apt- get clean && \
3336 echo " > create user" && \
You can’t perform that action at this time.
0 commit comments