Skip to content

Commit 75e2eb1

Browse files
GrantBirkiCopilot
andauthored
Update Dockerfile
Co-authored-by: Copilot <[email protected]>
1 parent ecf9668 commit 75e2eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ WORKDIR /app
99
# install system dependencies
1010
RUN apt-get -qq update && apt-get --no-install-recommends install -y \
1111
build-essential \
12-
git
12+
git && \
13+
rm -rf /var/lib/apt/lists/*
1314

1415
# set the BUNDLE_APP_CONFIG environment variable
1516
ENV BUNDLE_APP_CONFIG=/app/.bundle

0 commit comments

Comments
 (0)