UnschooledGamer commited on
Commit
03c754f
·
verified ·
1 Parent(s): 3625d84

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install -y \
6
  build-essential \
7
  libpthread-stubs0-dev \
8
  curl \
9
- libopus-dev
 
10
 
11
  # Set the working directory inside the container
12
  WORKDIR /app
 
6
  build-essential \
7
  libpthread-stubs0-dev \
8
  curl \
9
+ libopus-dev \
10
+ libc6-dev
11
 
12
  # Set the working directory inside the container
13
  WORKDIR /app