Explorar o código

ubuntu:latest -> debian:buster (same error)

> ./TTREngine: symbol lookup error: /usr/lib/x86_64-linux-gnu/libGLX_mesa.so.0: undefined symbol: drmGetDevice2
Fabian Peter Hammerle %!s(int64=5) %!d(string=hai) anos
pai
achega
1665b84b8f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM ubuntu:latest
+FROM debian:buster
 
 RUN apt-get update && apt-get install --yes --no-install-recommends \
     ca-certificates \