Browse Source

Remove too dangerous option

pull/580/head
4 years ago
parent
commit
f71c49b6e4
  1. 2
      sh/tests/Dockerfile

2
sh/tests/Dockerfile

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

Loading…
Cancel
Save