Skip to content

Commit

Permalink
build: trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
gladkia committed Feb 12, 2024
1 parent 04c8de2 commit 2637092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ LABEL VERSION=0.0.0.9100
ARG GITHUB_TOKEN

#================= Install dependencies
RUN apt-get update && apt-get -y install git
RUN mkdir -p /mnt/vol
COPY rplatform/dependencies.yaml rplatform/.github_access_token.txt* /mnt/vol
RUN echo "$GITHUB_TOKEN" >> /mnt/vol/.github_access_token.txt
Expand Down

0 comments on commit 2637092

Please sign in to comment.