Skip to content

Commit 7db5ad8

Browse files
authored
fix(docker): added bash to all targets
1 parent 0826159 commit 7db5ad8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ WORKDIR /usr/src/app
88
# Expose the port to the Docker instance (not the host!)
99
EXPOSE 4000
1010

11+
RUN apk add --no-cache \
12+
bash=5.0.11-r1
13+
1114

1215
#
1316
# ---- Development Dependencies ----
@@ -23,7 +26,6 @@ RUN apk add --no-cache \
2326
at-spi2-core=2.34.0-r0 \
2427
atk=2.34.1-r0 \
2528
avahi-libs=0.7-r4 \
26-
bash=5.0.11-r1 \
2729
busybox=1.31.1-r9 \
2830
ca-certificates=20191127-r2 \
2931
ca-certificates-cacert=20191127-r2 \

0 commit comments

Comments
 (0)