* Adds `linux-headers` package to Dockerfile
* Closes #866
selenium-screenshot-testing
Kevin Chung 2019-02-03 18:46:01 -05:00 committed by GitHub
parent 385d128d73
commit 7502ace50e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM python:2.7-alpine
RUN apk update && \
apk add python python-dev libffi-dev gcc make musl-dev py-pip mysql-client git openssl-dev
apk add python python-dev linux-headers libffi-dev gcc make musl-dev py-pip mysql-client git openssl-dev
WORKDIR /opt/CTFd
RUN mkdir -p /opt/CTFd