Skip to content
Snippets Groups Projects
Commit c90f2775 authored by nimrod's avatar nimrod
Browse files

Added goose for migrations.

parent 1c4ecb3e
No related branches found
No related tags found
No related merge requests found
FROM adarnimrod/goose as goose
FROM python:3.6-slim-stretch
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
......@@ -10,3 +12,4 @@ RUN apt-get update && \
&& \
pip install --no-cache-dir --update pip tox pipenv | cat && \
rm -rf /tmp/* /var/tmp/* /var/lib/apt/lists/* /var/cache/apt/archives/* /root/.cache/*
COPY --from=goose /usr/local/bin/goose /usr/local/bin/goose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment