Fix transmission: use RUN chmod instead of COPY --chmod (no BuildKit)
All checks were successful
Build Container / build (push) Successful in 12s
All checks were successful
Build Container / build (push) Successful in 12s
This commit is contained in:
parent
01f1b60b23
commit
cb5f39bbd9
1 changed files with 2 additions and 1 deletions
|
|
@ -16,7 +16,8 @@ RUN apk add --no-cache \
|
|||
# Create directories (user is created dynamically by start.sh based on PUID/PGID)
|
||||
RUN mkdir -p /config /downloads/complete /downloads/incomplete
|
||||
|
||||
COPY --chmod=755 start.sh /start.sh
|
||||
COPY start.sh /start.sh
|
||||
RUN chmod +x /start.sh
|
||||
|
||||
EXPOSE 9091 51413/tcp 51413/udp
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue