mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 16:25:00 +00:00
fixed link
This commit is contained in:
parent
f97ed15dd3
commit
f760eacfd6
3 changed files with 4 additions and 1 deletions
|
@ -7,6 +7,8 @@ WORKDIR /site
|
|||
# Copy the current directory contents into the container at /srv/jekyll
|
||||
COPY website /site
|
||||
|
||||
RUN apt-get update && apt-get install libcurl4
|
||||
|
||||
# Install any needed packages specified in Gemfile
|
||||
RUN bundle install --retry 5 --jobs 20
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue