Skip to content

Commit

Permalink
feat: include bash binary in the base image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmad Nassri authored Jan 4, 2023
1 parent b410948 commit 4f2eef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM alpine:3.16 AS base

# hadolint ignore=DL3018
RUN apk add --no-cache --update nodejs npm git openssh ca-certificates ruby-bundler
RUN apk add --no-cache --update nodejs npm git openssh ca-certificates ruby-bundler bash

WORKDIR /action

Expand Down

0 comments on commit 4f2eef3

Please sign in to comment.