blog.trnck.dev
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix image

Co-authored-by: Ona <no-reply@ona.com>

+13 -2
+10
.devcontainer/Dockerfile
··· 1 + FROM mcr.microsoft.com/devcontainers/ruby:latest 2 + 3 + # Install system dependencies including libvips 4 + RUN apt-get update && apt-get install -y \ 5 + build-essential \ 6 + git \ 7 + libvips42 \ 8 + libvips-dev \ 9 + && rm -rf /var/lib/apt/lists/* 10 +
+3 -2
.devcontainer/devcontainer.json
··· 1 1 { 2 2 "name": "blog", 3 - "image": "mcr.microsoft.com/devcontainers/ruby:latest", 4 - "features": {}, 3 + "build": { 4 + "dockerfile": "Dockerfile" 5 + }, 5 6 "customizations": { 6 7 "vscode": { 7 8 "extensions": [