Skip to content

Commit

Permalink
dgsf
Browse files Browse the repository at this point in the history
  • Loading branch information
sashadev-sky committed Aug 29, 2020
1 parent 6f6c993 commit 58383c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitpod.dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM gitpod/workspace-full

USER root
RUN CONFIG_USER_NS=y
RUN sudo sysctl kernel.unprivileged_userns_clone=1
RUN sudo apt-get update \
&& sudo apt-get install -y \
libnss3-dev \
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
file: .gitpod.dockerfile
tasks:
- before: cp -p chrome_sandbox /usr/local/sbin/chrome-devel-sandbox && export CHROME_DEVEL_SANDBOX=/usr/local/sbin/chrome-devel-sandbox
- before: export CHROME_DEVEL_SANDBOX=chrome_sandbox
init: npm i && npm rebuild --build-from-source && npm run build
command: npm run serve:dev
ports:
Expand Down

0 comments on commit 58383c2

Please sign in to comment.