Skip to content

Commit

Permalink
build: fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbeng committed Aug 21, 2024
1 parent 2f474af commit b360e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN rollkit toml init
RUN sed -i 's/config_dir = "artroll"/config_dir = "\/root\/\.artroll"/g' rollkit.toml

# Run base rollkit command to download packages
RUN rollkit && && go clean -modcache
RUN rollkit && go clean -modcache

# Keep the container running
CMD tail -F /dev/null

0 comments on commit b360e75

Please sign in to comment.