Skip to content
Snippets Groups Projects
Commit 4d8ce2b6 authored by David Trattnig's avatar David Trattnig
Browse files

fix: remove version file, curl dep

parent 8da57f9a
No related branches found
No related tags found
No related merge requests found
Pipeline #2373 passed
......@@ -7,12 +7,11 @@ LABEL maintainer="David Trattnig <david.trattnig@subsquare.at>"
RUN apt-get update && apt-get -y install \
apt-utils \
build-essential \
curl \
pip
RUN python3 -m pip install --upgrade pip
RUN pip install poetry
# Setup Engine
# Construct Image
RUN mkdir -p /srv
RUN mkdir -p /srv/src
......@@ -23,13 +22,12 @@ COPY config/sample.engine.docker.ini /etc/aura/engine.ini
COPY pyproject.toml /srv
COPY poetry.lock /srv
COPY README.md /srv
COPY VERSION /srv
COPY Makefile /srv
WORKDIR /srv
RUN poetry install --without dev --no-interaction --extras "pgsql"
# Start the Engine
# Start Service
ENTRYPOINT ["make"]
CMD ["run"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment