Skip to content

Commit

Permalink
Fix post-create.sh dependencies installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ekutner committed Jul 2, 2024
1 parent aecc38a commit c18f4c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/scripts/post-create.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash

sudo apt update -y
sudo apt-get install -y libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libtiff5 libturbojpeg0 tzdata libpcap-dev ffmpeg
sudo apt install -y libffi-dev libssl-dev libjpeg-dev zlib1g-dev autoconf build-essential libopenjp2-7 libturbojpeg0 tzdata libpcap-dev ffmpeg
# libtiff5-dev
pip3 install isort colorlog

SCRIPT_PATH=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
Expand Down

0 comments on commit c18f4c7

Please sign in to comment.