DEBSOURCES
Skip Quicknav
sources / cccl / 2.3.2-2 / libcudacxx / docs / Dockerfile
1234
FROM jekyll/jekyll:4.0 COPY Gemfile /Gemfile RUN /bin/bash -l -c "bundle install" RUN /bin/bash -l -c "bundle add webrick"