mirror of
https://github.com/pterodactyl/images.git
synced 2026-02-04 02:46:37 -06:00
more python requirements
This commit is contained in:
parent
f493215bc1
commit
c8207d06ee
@ -7,7 +7,7 @@ FROM python:3.6-alpine3.7
|
||||
|
||||
MAINTAINER Michael Parker, <docker@parkervcp.com>
|
||||
|
||||
RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite \
|
||||
RUN apk add --no-cache --update curl ca-certificates openssl git tar make gcc g++ libffi-dev \
|
||||
&& adduser -D -h /home/container container
|
||||
|
||||
USER container
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user