Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit 30f4812

Browse files
Add inotify-tools to elixir phoenix postgres template (#1443)
1 parent 28c387f commit 30f4812

File tree

1 file changed

+1
-1
lines changed
  • containers/elixir-phoenix-postgres/.devcontainer

1 file changed

+1
-1
lines changed

containers/elixir-phoenix-postgres/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN apt-get update \
4444
fi \
4545
#
4646
# Install dependencies
47-
&& apt-get install -y build-essential \
47+
&& apt-get install -y build-essential inotify-tools \
4848
#
4949
# Clean up
5050
&& apt-get autoremove -y \

0 commit comments

Comments
 (0)