Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianTerhorst committed Jun 19, 2019
1 parent 0052578 commit 302b57a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Dockerfile
Expand Up @@ -15,10 +15,15 @@ COPY api/ .

RUN cd AltV.Net.Example && dotnet publish -c Release

FROM ubuntu:18.04
#FROM debian:stable
FROM ubuntu:18.10

RUN apt-get update
RUN apt-get install -y apt-utils
RUN apt-get install -y libc6-i386

# install valgrind
RUN apt-get update && apt-get install -y valgrind
#RUN apt-get update && apt-get install -y valgrind

# construct server structure
WORKDIR /altv-server
Expand Down

0 comments on commit 302b57a

Please sign in to comment.