thethinkmachine commited on
Commit
ae152b6
Β·
verified Β·
1 Parent(s): b34e9a9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -5,6 +5,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
5
  wget \
6
  curl \
7
  git \
 
 
8
  && rm -rf /var/lib/apt/lists/*
9
 
10
  # ── Working directory ─────────────────────────────────────────────────────────
 
5
  wget \
6
  curl \
7
  git \
8
+ libgomp1 \
9
+ libglib2.0-0 \
10
  && rm -rf /var/lib/apt/lists/*
11
 
12
  # ── Working directory ─────────────────────────────────────────────────────────