Skip to content

Commit d861575

Browse files
committed
need wget for mawl
1 parent 223eeba commit d861575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN gem update --system --no-document && \
2323
RUN --mount=type=cache,id=dev-apt-cache,sharing=locked,target=/var/cache/apt \
2424
--mount=type=cache,id=dev-apt-lib,sharing=locked,target=/var/lib/apt \
2525
apt-get update -qq && \
26-
apt-get install --no-install-recommends -y curl git openssh-client libsqlite3-0
26+
apt-get install --no-install-recommends -y curl git openssh-client libsqlite3-0 wget
2727

2828

2929
RUN useradd rails --create-home --shell /bin/bash

0 commit comments

Comments
 (0)