adding bashrc configs; added more dev related apps; setting image memory to 4GB

This commit is contained in:
2025-12-02 22:02:26 -06:00
parent 2fb9091362
commit 48deb314a5
9 changed files with 260 additions and 4 deletions

View File

@@ -39,15 +39,15 @@ COPY package.json .
COPY src/* .
COPY Docker/scripts/run.sh .
COPY Docker/opt/ /opt/
COPY Docker/env/* /home/abaddon/
# 4. A: Install dependencies
# RUN apt update
# RUN apt install
RUN apt-get update
RUN apt-get install \
RUN apt-get install -y \
--no-install-recommends \
--no-install-suggests \
-y \
pkg-config \
ca-certificates \
libreadline-dev \
@@ -57,12 +57,27 @@ RUN apt-get install \
libncursesw5-dev \
libgirepository1.0-dev \
libssl-dev libcairo2-dev \
bash-completion \
parallel \
7zip \
zip \
tar \
curl \
wget \
git \
clang \
clangd \
gdb \
php \
gopls \
git
htop \
ranger \
nano \
fzf \
bat \
less \
tree \
ripgrep
# RUN apk update
# RUN apk add --no-cache \