We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf9668 commit 75e2eb1Copy full SHA for 75e2eb1
Dockerfile
@@ -9,7 +9,8 @@ WORKDIR /app
9
# install system dependencies
10
RUN apt-get -qq update && apt-get --no-install-recommends install -y \
11
build-essential \
12
- git
+ git && \
13
+ rm -rf /var/lib/apt/lists/*
14
15
# set the BUNDLE_APP_CONFIG environment variable
16
ENV BUNDLE_APP_CONFIG=/app/.bundle
0 commit comments