We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1901c commit fe9bd2fCopy full SHA for fe9bd2f
.github/workflows/docker.yml
@@ -4,7 +4,6 @@ on:
4
workflow_dispatch:
5
6
push:
7
- branches: ["master"]
8
9
schedule:
10
- cron: "0 8 * * 1"
fx/Dockerfile
@@ -50,7 +50,7 @@ RUN apt update && apt dist-upgrade -y && \
50
libxi6 libgtk-3-0t64 libcairo2 libcairo-gobject2 libgdk-pixbuf-2.0-0 \
51
libatk1.0-0 libxrender1 libfontconfig1 libdbus-1-3 libxcb1 libxext6 libx11-6 && \
52
npm install -g agent-browser && \
53
- agent-browser install && \
+ runuser -u coder -- agent-browser install && \
54
# PROFILE (DENO, BUN PATH) ##################################################
55
echo '' >> /etc/profile && \
56
echo '# Deno, Bun' >> /etc/profile && \
0 commit comments