Skip to content

Commit

Permalink
ensure sources directory exists
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed Nov 20, 2024
1 parent 4f6b9de commit 3b62d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/main/build_nginx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ SECURE_TOKEN_MODULE_VERSION="1.5"
SET_MISC_MODULE_VERSION="v0.33"
NGX_DEVEL_KIT_VERSION="v0.3.3"

mkdir /etc/apt/sources.list.d
chmod 755 /etc/apt/sources.list.d
cp /etc/apt/sources.list /etc/apt/sources.list.d/sources-src.list
sed -i 's|deb http|deb-src http|g' /etc/apt/sources.list.d/sources-src.list
apt-get update
Expand Down

0 comments on commit 3b62d58

Please sign in to comment.