mirror of
https://github.com/publiclab/mapknitter.git
synced 2025-12-05 16:00:00 +01:00
* up node to v16 for webgpu in https://github.com/publiclab/mapknitter/issues/1714 * Delete .travis.yml * gitpod
7 lines
261 B
Docker
7 lines
261 B
Docker
FROM gitpod/workspace-mysql
|
|
|
|
# Install Ruby version 2.7.6 and set it as default
|
|
RUN echo "rvm_gems_path=/home/gitpod/.rvm" > ~/.rvmrc
|
|
RUN bash -lc "rvm install ruby-2.7.6 && rvm use ruby-ruby-2.7.6 --default"
|
|
RUN echo "rvm_gems_path=/workspace/.rvm" > ~/.rvmrc
|