Skip to content

Commit

Permalink
Dockerfile: --link isn't supported by buildah/podman
Browse files Browse the repository at this point in the history
  • Loading branch information
iameli committed Nov 7, 2023
1 parent f3ad8f1 commit 49279b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ RUN curl -o /usr/bin/minio https://dl.min.io/server/minio/release/linux-$TARGETA
&& minio --version \
&& mc --version

COPY --link ./scripts /usr/local/bin
COPY --link ./config/full-stack.json /etc/livepeer/full-stack.json
COPY ./scripts /usr/local/bin
COPY ./config/full-stack.json /etc/livepeer/full-stack.json

ENV CATALYST_DOWNLOADER_PATH=/usr/local/bin \
CATALYST_DOWNLOADER_MANIFEST=/etc/livepeer/manifest.yaml \
Expand Down

0 comments on commit 49279b2

Please sign in to comment.