Explorar el 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 hace 5 años
padre
commit
1665b84b8f
Se han modificado 1 ficheros con 1 adiciones y 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 \