UnschooledGamer commited on
Commit
7729b02
·
verified ·
1 Parent(s): 5fa3077

Update Dockerfile

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