Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@ RUN echo "Installing microsandbox=${MICROSANDBOX_VERSION} (cachebust=${TOOLS_CAC
chmod -R a+rX /opt/microsandbox && \
msb --version

# Playwright chromium runtime system libraries (Debian trixie) — e2e ready out
# of the box in every deployment.
RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libasound2t64 libatk-bridge2.0-0t64 libatk1.0-0t64 libatspi2.0-0t64 \
libcups2t64 libdbus-1-3 libdrm2 libgbm1 libnspr4 libnss3 \
libxcomposite1 libxdamage1 libxfixes3 libxi6 libxkbcommon0 libxrandr2 \
libavahi-client3 libavahi-common3 \
&& rm -rf /var/lib/apt/lists/*

ENV NODE_ENV=production
ENV HOST=0.0.0.0
ENV PORT=5003
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opencode-manager",
"version": "0.17.5",
"version": "0.17.6",
"private": false,
"type": "module",
"packageManager": "pnpm@10.28.1",
Expand Down