mirror of https://github.com/01-edu/public.git
5 years ago
1 changed files with 1 additions and 1 deletions
@ -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…
Reference in new issue