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 223eeba commit d861575Copy full SHA for d861575
Dockerfile
@@ -23,7 +23,7 @@ RUN gem update --system --no-document && \
23
RUN --mount=type=cache,id=dev-apt-cache,sharing=locked,target=/var/cache/apt \
24
--mount=type=cache,id=dev-apt-lib,sharing=locked,target=/var/lib/apt \
25
apt-get update -qq && \
26
- apt-get install --no-install-recommends -y curl git openssh-client libsqlite3-0
+ apt-get install --no-install-recommends -y curl git openssh-client libsqlite3-0 wget
27
28
29
RUN useradd rails --create-home --shell /bin/bash
0 commit comments