UnschooledGamer commited on
Commit
53a1985
·
verified ·
1 Parent(s): 6799526

Update Dockerfile

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