From 5d7e94db310c8fb9930e94423f8f64be06196dc8 Mon Sep 17 00:00:00 2001 From: geistling <34081638+geistling@users.noreply.github.com> Date: Thu, 7 Nov 2024 13:30:26 -0500 Subject: [PATCH] update dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9160c3d91..c08eeb7dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,14 +2,14 @@ # to build for a development environment, run the following command: # docker build --build-arg build_env=dev -t coldfront --ssh default . --network=host -LABEL org.opencontainers.image.source=https://github.com/fasrc/coldfront -LABEL org.opencontainers.image.description="fasrc coldfront application" - FROM python:3.10 ARG build_env=production ENV BUILD_ENV=$build_env +LABEL org.opencontainers.image.source=https://github.com/fasrc/coldfront +LABEL org.opencontainers.image.description="fasrc coldfront application" + RUN apt-get update \ && apt-get install -y --no-install-recommends \ && apt-get install -y redis redis-server \