mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-04-20 04:12:42 +00:00
nix-channels: pin minio version to 5.x
This commit is contained in:
parent
ea0ed41ff6
commit
b660538585
@ -6,7 +6,7 @@ RUN apt-get update && \
|
|||||||
RUN if [ "$(uname -m)" != "x86_64" -a "$(uname -m)" != "i386" ]; then \
|
RUN if [ "$(uname -m)" != "x86_64" -a "$(uname -m)" != "i386" ]; then \
|
||||||
apt-get install -y libxml2-dev libxslt1-dev zlib1g-dev ;\
|
apt-get install -y libxml2-dev libxslt1-dev zlib1g-dev ;\
|
||||||
fi
|
fi
|
||||||
RUN pip3 install pyquery requests minio==6.0.2
|
RUN pip3 install pyquery requests minio==5.0.10
|
||||||
# Install Nix. To simplify management we only copy binaries and create
|
# Install Nix. To simplify management we only copy binaries and create
|
||||||
# symlinks, and do no further configuration
|
# symlinks, and do no further configuration
|
||||||
RUN mkdir -p /tmp/nix.unpack && \
|
RUN mkdir -p /tmp/nix.unpack && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user