Skip to content

Commit

Permalink
fix(sys): Fix Docker file for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
akdasa committed Dec 15, 2023
1 parent 4d7161f commit a048be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM node:18.12
RUN apt-get update && apt-get install -y git fish
RUN apt-get update && apt-get install -y git fish
USER node

0 comments on commit a048be9

Please sign in to comment.