diff --git a/Dockerfile b/Dockerfile index 57416a3..97fe8d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ RUN cd /tmp/build/timescaledb && git checkout . && git checkout 2.14.2 && ./boot # CLEAN RUN rm -r /tmp/build && \ - apt-get remove -y build-essential postgresql-server-dev-$PG_MAJOR && \ + apt-get remove -y build-essential git postgresql-server-dev-$PG_MAJOR && \ apt-get autoremove -y && \ apt-mark unhold locales && \ rm -rf /var/lib/apt/lists/* \ No newline at end of file