There was an error while loading. Please reload this page.
1 parent 0826159 commit 7db5ad8Copy full SHA for 7db5ad8
1 file changed
Dockerfile
@@ -8,6 +8,9 @@ WORKDIR /usr/src/app
8
# Expose the port to the Docker instance (not the host!)
9
EXPOSE 4000
10
11
+RUN apk add --no-cache \
12
+ bash=5.0.11-r1
13
+
14
15
#
16
# ---- Development Dependencies ----
@@ -23,7 +26,6 @@ RUN apk add --no-cache \
23
26
at-spi2-core=2.34.0-r0 \
24
27
atk=2.34.1-r0 \
25
28
avahi-libs=0.7-r4 \
- bash=5.0.11-r1 \
29
busybox=1.31.1-r9 \
30
ca-certificates=20191127-r2 \
31
ca-certificates-cacert=20191127-r2 \
0 commit comments