diff --git a/Dockerfile b/Dockerfile
index 8082b452d60947e47c8e3c4e85b7f1a9e7987e05..5081b4ba721992cf4385e58d085b4f7fbbc422bb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@ FROM python:3.6
 LABEL maintainer="Paulus Schoutsen <Paulus@PaulusSchoutsen.nl>"
 
 # Uncomment any of the following lines to disable the installation.
-ENV INSTALL_TELLSTICK no
+#ENV INSTALL_TELLSTICK no
 #ENV INSTALL_OPENALPR no
 #ENV INSTALL_FFMPEG no
 #ENV INSTALL_LIBCEC no
diff --git a/virtualization/Docker/scripts/tellstick b/virtualization/Docker/scripts/tellstick
index 805e411f47baa8178086232de94578de930ff79f..d4bf8b331f34ea0f1c6d6e2b080073ad787ebbf0 100755
--- a/virtualization/Docker/scripts/tellstick
+++ b/virtualization/Docker/scripts/tellstick
@@ -11,7 +11,7 @@ PACKAGES=(
 
 # Add Tellstick repository
 echo "deb http://download.telldus.com/debian/ stable main" >> /etc/apt/sources.list.d/telldus.list
-wget -qO - http://download.telldus.se/debian/telldus-public.key | apt-key add -
+wget -qO - http://download.telldus.com/debian/telldus-public.key | apt-key add -
 
 apt-get update
 apt-get install -y --no-install-recommends ${PACKAGES[@]}
\ No newline at end of file