mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-09 04:16:38 +00:00
Merge pull request #86 from bcmi-labs/jx/support-electron-dev
Support running the Electron app in Gitpod for faster code reviews
This commit is contained in:
commit
4c503c0c5e
@ -2,8 +2,12 @@ image:
|
|||||||
file: Dockerfile
|
file: Dockerfile
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- port: 3000
|
- port: 3000
|
||||||
onOpen: open-browser
|
onOpen: open-preview
|
||||||
|
- port: 5900
|
||||||
|
onOpen: ignore
|
||||||
|
- port: 6080
|
||||||
|
onOpen: ignore
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- init: >
|
- init: >
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM gitpod/workspace-full
|
FROM gitpod/workspace-full-vnc
|
||||||
|
|
||||||
USER root
|
USER root
|
||||||
RUN apt-get update -q --fix-missing && \
|
RUN apt-get update -q --fix-missing && \
|
||||||
@ -7,7 +7,8 @@ RUN apt-get update -q --fix-missing && \
|
|||||||
build-essential \
|
build-essential \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
golang-go \
|
golang-go \
|
||||||
libxkbfile-dev
|
libxkbfile-dev \
|
||||||
|
libnss3-dev
|
||||||
|
|
||||||
RUN set -ex && \
|
RUN set -ex && \
|
||||||
tmpdir=$(mktemp -d) && \
|
tmpdir=$(mktemp -d) && \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user