fix go builds after deleting pkg internal

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-07-10 20:11:30 -07:00
parent dff246a3d7
commit 61cf05844d
13 changed files with 56 additions and 57 deletions

View file

@ -8,7 +8,7 @@ RUN go build -o /cartservice_probe .
# cartservice
FROM gcr.io/google-appengine/aspnetcore:2.1.0
COPY --from=builder /cartservice_probe /cartservice_probe
RUN apt update && apt install net-tools telnet
RUN apt-get update && apt-get install net-tools telnet
WORKDIR /app
COPY . .
RUN dotnet restore && \