Skip to content
Snippets Groups Projects
Commit 920d3dc2 authored by John Harris's avatar John Harris
Browse files

feat: add useful cli utilities

parent 43f55fbd
No related branches found
No related tags found
No related merge requests found
Pipeline #31864 passed
......@@ -7,12 +7,16 @@ COPY --from=stage1 /app/bootstrap* /app/
# Install common OS packages for the runtime environment.
RUN /app/bootstrap-apt-upgrade.sh && \
apt-get install -y --no-install-recommends \
bash \
curl \
default-libmysqlclient-dev \
default-mysql-client \
dnsutils \
git \
iputils-ping \
libpq-dev \
nano && \
nano \
vim && \
/app/bootstrap-apt-clean.sh
COPY /app/bashrc /etc/bashrc.extra
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment