diff --git a/deploy/dev/Dockerfile b/deploy/dev/Dockerfile
index 75494d7d842739aeb1b3d69c5ca7f476b68e10bb..84500fcad97ce11bbde475c7c40c26f015458809 100644
--- a/deploy/dev/Dockerfile
+++ b/deploy/dev/Dockerfile
@@ -5,6 +5,7 @@ RUN apt-get update -qq && apt-get install -y -qq --no-install-recommends \
   apt-transport-https \
   curl \
   libasound2 \
+  ca-certificates \
   && rm -rf /var/lib/apt/lists/*
 
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]