adding bashrc configs; added more dev related apps; setting image memory to 4GB
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user