We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc7b36c commit 1a7f5fbCopy full SHA for 1a7f5fb
Dockerfile
@@ -4,7 +4,11 @@ WORKDIR /app
4
5
# Install pandoc and netcat
6
RUN apt-get update \
7
- && apt-get install -y pandoc netcat-openbsd \
+ && apt-get install -y --no-install-recommends \
8
+ pandoc \
9
+ netcat-openbsd \
10
+ libgl1-mesa-glx \
11
+ libglib2.0-0 \
12
&& rm -rf /var/lib/apt/lists/*
13
14
COPY requirements.txt .
Dockerfile.lite
COPY requirements.lite.txt .
0 commit comments