From da462e073d54008964cc20cf61963928c45ec32b Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Sun, 22 May 2022 12:58:56 -0400 Subject: [PATCH] Added Dockerfile to build a docker image for building the app --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fe39d98..535d3bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ WORKDIR /usr/src/app # install dependencies RUN apt update && \ - apt install -y ruby ruby-dev rpm \ + apt install -y ruby ruby-dev rpm && \ gem install sass # make sure node_modules and public exist so we can ensure it's own by the right user