Install inotifywait in dev
This commit is contained in:
parent
ed039ce6ed
commit
a4c69525fc
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ FROM production as dev
|
|||
# Swap user, so the following tasks can be run as root
|
||||
USER root
|
||||
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
|
||||
RUN apt-get install -y postgresql-client
|
||||
RUN apt-get install -y postgresql-client inotify-tools
|
||||
RUN curl -sSf https://just.systems/install.sh | bash -s -- --to /usr/bin
|
||||
|
||||
# Restore user
|
||||
|
|
Loading…
Reference in a new issue