Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wiki-js
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
wiki-js
Commits
50d774fa
Unverified
Commit
50d774fa
authored
Jan 26, 2023
by
Nicolas Giard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: add ngrok to devcontainer
parent
3726a2f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
Dockerfile
.devcontainer/Dockerfile
+5
-0
No files found.
.devcontainer/Dockerfile
View file @
50d774fa
...
...
@@ -59,6 +59,10 @@ RUN curl -fsSL https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /
RUN
echo
"deb [arch=
$(
dpkg
--print-architecture
)
signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian
\
$(
lsb_release
-cs
)
stable"
|
tee
/etc/apt/sources.list.d/docker.list
>
/dev/null
# Add ngrok source
RUN
curl
-s
https://ngrok-agent.s3.amazonaws.com/ngrok.asc |
sudo tee
/etc/apt/trusted.gpg.d/ngrok.asc
>
/dev/null
&&
\
echo
"deb https://ngrok-agent.s3.amazonaws.com
$(
lsb_release
-cs
)
main"
|
sudo tee
/etc/apt/sources.list.d/ngrok.list
# Install the packages we need
RUN
apt-get update
&&
export
DEBIAN_FRONTEND
=
noninteractive
&&
apt-get
install
-qy
\
bash
\
...
...
@@ -71,6 +75,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -
gnupg2
\
nano
\
netcat
\
ngrok
\
pandoc
\
unzip
\
wget
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment