mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Expose current git tag to Docker build, closes #399
This commit is contained in:
parent
c3a78eb05c
commit
a418c8b44f
2 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.cache
|
.cache
|
||||||
.eggs
|
.eggs
|
||||||
.git
|
|
||||||
.gitignore
|
.gitignore
|
||||||
.ipynb_checkpoints
|
.ipynb_checkpoints
|
||||||
.travis.yml
|
.travis.yml
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ FROM python:3.6-slim-stretch as build
|
||||||
|
|
||||||
# Setup build dependencies
|
# Setup build dependencies
|
||||||
RUN apt update \
|
RUN apt update \
|
||||||
&& apt install -y python3-dev build-essential wget libxml2-dev libproj-dev libgeos-dev libsqlite3-dev zlib1g-dev pkg-config \
|
&& apt install -y python3-dev build-essential wget libxml2-dev libproj-dev libgeos-dev libsqlite3-dev zlib1g-dev pkg-config git \
|
||||||
&& apt clean
|
&& apt clean
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue