We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0052578 commit 302b57aCopy full SHA for 302b57a
Dockerfile
@@ -15,10 +15,15 @@ COPY api/ .
15
16
RUN cd AltV.Net.Example && dotnet publish -c Release
17
18
-FROM ubuntu:18.04
+#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
24
25
# install valgrind
-RUN apt-get update && apt-get install -y valgrind
26
+#RUN apt-get update && apt-get install -y valgrind
27
28
# construct server structure
29
WORKDIR /altv-server
0 commit comments