diff --git a/util/Nginx/Dockerfile b/util/Nginx/Dockerfile
index 2ecbd46c0e..9d37b83122 100644
--- a/util/Nginx/Dockerfile
+++ b/util/Nginx/Dockerfile
@@ -5,7 +5,7 @@ LABEL com.bitwarden.product="bitwarden"
 RUN apt-get update \
     && apt-get install -y --no-install-recommends \
         gosu \
-        curl \
+        curl
 && rm -rf /var/lib/apt/lists/*
 
 COPY nginx.conf /etc/nginx