Skip to content

Commit

Permalink
still wip
Browse files Browse the repository at this point in the history
  • Loading branch information
donkeyx committed Jun 19, 2024
1 parent 1363744 commit 2c7a382
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ RUN apt-get update && apt-get install -y \
dnsutils netcat-openbsd curl wget tar gnupg vim tmux zsh screenfetch && \
postgresql-client redis-tools && \
git golang nodejs npm && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
apt-get clean &&

# rm -rf /var/lib/apt/lists/*

# # Install MongoDB tools
# RUN curl -fsSL https://www.mongodb.org/static/pgp/server-7.0.asc | gpg -o /usr/share/keyrings/mongodb-server-7.0.gpg --dearmor && \
Expand Down

0 comments on commit 2c7a382

Please sign in to comment.