Browse Source

Use debian instead of alpine for shell tests

content-update
4 years ago committed by xpetit
parent
commit
d988a0570c
  1. 7
      sh/tests/Dockerfile

7
sh/tests/Dockerfile

@ -1,5 +1,6 @@
FROM alpine
FROM debian:stable-slim
RUN apk add jq curl git
RUN apt-get update
RUN apt-get -y install jq curl git
COPY . /app
ENTRYPOINT ["/bin/sh", "/app/entrypoint.sh"]
ENTRYPOINT ["/bin/bash", "/app/entrypoint.sh"]

Loading…
Cancel
Save