mirror of
https://github.com/elastic/eland.git
synced 2025-07-24 00:00:39 +08:00
Making run_build script an executable during container build
This commit is contained in:
parent
cc8a27398a
commit
ba1c932823
@ -3,4 +3,5 @@ FROM python:${PYTHON_VERSION}
|
||||
|
||||
WORKDIR /code/eland
|
||||
COPY . .
|
||||
RUN chmod +x ./run_build.sh
|
||||
RUN pip install -r requirements-dev.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user