Skip to content

Commit

Permalink
Update Dockerfile to add watch
Browse files Browse the repository at this point in the history
  • Loading branch information
jabez007 authored Sep 12, 2024
1 parent e95f91a commit c21aa60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN if [ "$TARGETARCH" = "arm64" ]; then \
dpkg --add-architecture arm64; \
fi


# Install dependencies
RUN apt-get update && apt-get install -y \
watch \
unzip \
bash \
curl \
Expand Down Expand Up @@ -71,4 +71,4 @@ RUN chmod +x /usr/local/bin/entrypoint.sh
WORKDIR /home/root

# Run the script and then start a shell
CMD ["/bin/bash", "-c", "/usr/local/bin/entrypoint.sh && exec /bin/bash"]
CMD ["/bin/bash", "-c", "/usr/local/bin/entrypoint.sh && exec /bin/bash"]

0 comments on commit c21aa60

Please sign in to comment.