12 lines
229 B
Docker
12 lines
229 B
Docker
FROM claude-dev-base:latest
|
|
|
|
WORKDIR /repos/nas-tools
|
|
|
|
COPY required-tools.txt /opt/claude-dev/required-tools.txt
|
|
COPY scripts /opt/claude-dev/scripts
|
|
|
|
RUN chmod +x /opt/claude-dev/scripts/*.sh
|
|
|
|
CMD ["bash"]
|
|
# CI test 1775295475
|