From 26d14df0f064c446bd4b8ca3ce42ccae1a3ef2f9 Mon Sep 17 00:00:00 2001 From: Alex Bednarek Date: Mon, 4 Nov 2024 12:08:10 -0500 Subject: [PATCH] Datalake: Serve API from uwsgi and monitor with Datadog. --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 369646f..79dcf1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 # Required for uwsgi -# Install build tools and dependencies RUN apt-get update && apt-get install -y --no-install-recommends \ build-essential \ gcc \