diff --git a/README.md b/README.md index 150271e9..b3d125db 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ You can track your location with the following apps: - 🌍 [Overland](https://dawarich.app/docs/tutorials/track-your-location#overland) - πŸ›°οΈ [OwnTracks](https://dawarich.app/docs/tutorials/track-your-location#owntracks) - πŸ—ΊοΈ [GPSLogger](https://dawarich.app/docs/tutorials/track-your-location#gps-logger) +- πŸ“± [PhoneTrack](https://dawarich.app/docs/tutorials/track-your-location#phonetrack) - 🏑 [Home Assistant](https://dawarich.app/docs/tutorials/track-your-location#homeassistant) Simply install one of the supported apps on your device and configure it to send location updates to your Dawarich instance. diff --git a/docker/Dockerfile.prod b/docker/Dockerfile.prod index c8830f62..e5fd1d61 100644 --- a/docker/Dockerfile.prod +++ b/docker/Dockerfile.prod @@ -8,6 +8,7 @@ ENV RAILS_PORT=3000 ENV RAILS_ENV=production RUN apt-get update -qq && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ + wget \ build-essential \ git \ postgresql-client \