cartservice: add net-tools to build

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-28 11:42:12 -07:00 committed by Simon Zeltser
parent 6c8162eb3d
commit 878be040e4
1 changed files with 1 additions and 2 deletions

View File

@ -5,6 +5,5 @@ RUN dotnet restore
RUN dotnet build
RUN dotnet publish
WORKDIR /app/bin/Debug/netcoreapp2.0
ENV PORT 7070
EXPOSE 7070
RUN apt update && apt install net-tools telnet
ENTRYPOINT ["dotnet", "cartservice.dll", "start"]