Skip to content

Commit bd9a02f

Browse files
authored
FIX shell interpreter in Dockerfile.alpine
1 parent aef6ce4 commit bd9a02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ RUN --mount=type=secret,id=repo_token,dst=/run/secrets/repo_token \
108108
git clone https://github.com/${GIT_NAME}/fiware-orion && \
109109
cd fiware-orion && \
110110
git checkout ${GIT_REV_ORION} && \
111-
bash get_cjexl.sh 0.6.0 $(cat /run/secrets/repo_token) && \
111+
ash get_cjexl.sh 0.6.0 $(cat /run/secrets/repo_token) && \
112112
# patch bash and mktemp statement in build script, as in alpine is slightly different
113113
sed -i 's/mktemp \/tmp\/compileInfo.h.XXXX/mktemp/g' scripts/build/compileInfo.sh && \
114114
sed -i 's/bash/ash/g' scripts/build/compileInfo.sh && \

0 commit comments

Comments
 (0)