File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
2+ #
3+ # Copyright (c) The Bitcoin Core developers
4+ # Distributed under the MIT software license, see the accompanying
5+ # file COPYING or https://opensource.org/license/mit/.
6+
27export LC_ALL=C
38
49# Fixes permission issues when there is a container UID/GID mismatch with the owner
Original file line number Diff line number Diff line change 1+ # Copyright (c) The Bitcoin Core developers
2+ # Distributed under the MIT software license, see the accompanying
3+ # file COPYING or https://opensource.org/license/mit/.
4+
15# See test/lint/README.md for usage.
26
37FROM debian:bookworm
@@ -6,7 +10,7 @@ ENV DEBIAN_FRONTEND=noninteractive
610ENV LC_ALL=C.UTF-8
711
812COPY ./.python-version /.python-version
9- COPY ./ci/lint/docker -entrypoint.sh /entrypoint.sh
13+ COPY ./ci/lint/container -entrypoint.sh /entrypoint.sh
1014COPY ./ci/lint/04_install.sh /install.sh
1115
1216RUN /install.sh && \
Original file line number Diff line number Diff line change 1+ # Copyright (c) The Bitcoin Core developers
2+ # Distributed under the MIT software license, see the accompanying
3+ # file COPYING or https://opensource.org/license/mit/.
4+
5+ # See ci/README.md for usage.
6+
17ARG CI_IMAGE_NAME_TAG
28FROM ${CI_IMAGE_NAME_TAG}
39
You can’t perform that action at this time.
0 commit comments