|
@@ -13,8 +13,8 @@ RUN echo "${user}:888888" | chpasswd
|
|
|
# [Optional] Add sudo support. Omit if you don't need to install software after connecting.
|
|
|
RUN sed -i 's/http:\/\/archive.ubuntu.com\//http:\/\/mirrors.aliyun.com\//g' /etc/apt/sources.list \
|
|
|
&& apt-get update && apt-get install -y --no-install-recommends sudo \
|
|
|
- libc-bin \
|
|
|
- binutils
|
|
|
+ libc-bin binutils \
|
|
|
+ tmux ripgrep fd-find
|
|
|
|
|
|
# ********************************************************
|
|
|
# * Anything else you want to do like clean up goes here *
|