alexgshaw commited on
Commit
c059616
·
1 Parent(s): 41ac48b

Fix the dockerfile.

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,6 +9,7 @@ WORKDIR /app
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
  git \
11
  ca-certificates \
 
12
  && rm -rf /var/lib/apt/lists/*
13
 
14
  # Enable bytecode compilation for faster startup
 
9
  RUN apt-get update && apt-get install -y --no-install-recommends \
10
  git \
11
  ca-certificates \
12
+ build-essential \
13
  && rm -rf /var/lib/apt/lists/*
14
 
15
  # Enable bytecode compilation for faster startup