removing unnecessary things
This commit is contained in:
parent
c8207d06ee
commit
fc5f6b327a
|
|
@ -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 make gcc g++ libffi-dev \
|
||||
RUN apk add --no-cache --update \
|
||||
&& adduser -D -h /home/container container
|
||||
|
||||
USER container
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user