mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
install bash & jq since they are not present on the alpine image. Install it only for test so we do not bloat our production image
This commit is contained in:
parent
ddb8d2aef5
commit
e9c30a65c2
@ -72,6 +72,9 @@ RUN yarn run build
|
|||||||
##################################################################################
|
##################################################################################
|
||||||
FROM build as test
|
FROM build as test
|
||||||
|
|
||||||
|
# Install Additional Software
|
||||||
|
RUN apk add --no-cache bash jq
|
||||||
|
|
||||||
# Run command
|
# Run command
|
||||||
CMD /bin/sh -c "yarn run dev"
|
CMD /bin/sh -c "yarn run dev"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user