Skip to content

Commit bc92963

Browse files
author
Jiyeon Baek
committed
add bash
1 parent 9750125 commit bc92963

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apk update \
66
&& apk add --no-cache \
77
ca-certificates \
88
build-base \
9+
bash \
910
wget \
1011
jq \
1112
patch \

script/add-container-tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -e
1+
#!/bin/bash -e
22

33
add_docker_tag() {
44
local IMAGE_PATH="$1"

0 commit comments

Comments
 (0)