Skip to content

Commit 302b57a

Browse files
Update Dockerfile
1 parent 0052578 commit 302b57a

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Dockerfile

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ COPY api/ .
1515

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

18-
FROM ubuntu:18.04
18+
#FROM debian:stable
19+
FROM ubuntu:18.10
20+
21+
RUN apt-get update
22+
RUN apt-get install -y apt-utils
23+
RUN apt-get install -y libc6-i386
1924

2025
# install valgrind
21-
RUN apt-get update && apt-get install -y valgrind
26+
#RUN apt-get update && apt-get install -y valgrind
2227

2328
# construct server structure
2429
WORKDIR /altv-server

0 commit comments

Comments
 (0)