Remove ncurses dependency
This commit is contained in:
parent
b1c14cb5ee
commit
a30c6a45fb
1 changed files with 0 additions and 2 deletions
|
@ -6,8 +6,6 @@
|
||||||
# Dockerfile that creates a container suitable to build dotnet-cli
|
# Dockerfile that creates a container suitable to build dotnet-cli
|
||||||
FROM microsoft/dotnet-buildtools-prereqs:alpine-3.6-3148f11-20171119021156
|
FROM microsoft/dotnet-buildtools-prereqs:alpine-3.6-3148f11-20171119021156
|
||||||
|
|
||||||
RUN apk add --no-cache sudo ncurses
|
|
||||||
|
|
||||||
# This Dockerfile doesn't use the USER_ID, but the parameter needs to be declared to prevent docker
|
# This Dockerfile doesn't use the USER_ID, but the parameter needs to be declared to prevent docker
|
||||||
# from issuing a warning
|
# from issuing a warning
|
||||||
ARG USER_ID=0
|
ARG USER_ID=0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue