BinaryONe commited on
Commit
0794f3c
·
1 Parent(s): 491fb27

Nginx Changes-Over Alpine

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM alpine:latest
2
 
3
  # Install system dependencies, including shadow-utils for adduser
4
  RUN apk update && apk upgrade && \
5
- apk add --no-cache nginx python3 py3-pip build-base libffi-dev openssl-dev shadow
6
 
7
  # Install python/pip
8
  #ENV PYTHONUNBUFFERED=1
 
2
 
3
  # Install system dependencies, including shadow-utils for adduser
4
  RUN apk update && apk upgrade && \
5
+ apk add --no-cache nginx python3 py3-pip build-base libffi-dev openssl-dev shadow gcc musl-dev
6
 
7
  # Install python/pip
8
  #ENV PYTHONUNBUFFERED=1