Skip to content

Commit

Permalink
🐛 add missing file
Browse files Browse the repository at this point in the history
  • Loading branch information
ndaWefox committed Jul 3, 2024
1 parent 95403a8 commit 3d98096
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .devcontainer/devcontainer-setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
#!/bin/sh

set -e
# set -x

export DEBIAN_FRONTEND=noninteractive

# Install dependencies
apt-get update -y -qq
apt-get install -y -qq \
bash \
curl \
jq \
git \
unzip \
time \
gettext \
ca-certificates \
gnupg \
lsb-release \
python3-pip \
libpq-dev

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

0 comments on commit 3d98096

Please sign in to comment.