Browse Source

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 5 years ago
parent
commit
1665b84b8f
1 changed files with 1 additions and 1 deletions
  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 \
 RUN apt-get update && apt-get install --yes --no-install-recommends \
     ca-certificates \
     ca-certificates \