From ec619ffecdf728e955653cd1e09ad43567c7e4ec Mon Sep 17 00:00:00 2001 From: "nicole.rappe" Date: Mon, 25 Sep 2023 15:51:31 -0600 Subject: [PATCH] Adjustments to build process for Linux building --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 84b2d2c..47b6310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Use Alpine as the base image +# Use Alpine as the base image of the container FROM alpine:latest # Install necessary packages