Skip to content

Commit

Permalink
Add missing trailing lines
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 10, 2024
1 parent b719a68 commit cb9ae6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ RUN cd /apps && git clone https://github.com/wtarreau/bootterm.git --depth=1 &&

RUN cd /usr/bin && ln -s /usr/bin/objdump objdump-multiarch && ln -s /usr/bin/nm nm-multiarch

RUN usermod -aG plugdev vscode
RUN usermod -aG plugdev vscode
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@

// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode"
}
}

0 comments on commit cb9ae6a

Please sign in to comment.