We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50728c commit 4df1052Copy full SHA for 4df1052
1 file changed
.github/docker/Dockerfile
@@ -4,7 +4,7 @@ FROM $BASE_IMAGE
4
5
#Install base dependencys
6
RUN apt-get update
7
-RUN apt-get install -y devscripts equivs build-essential lintian clang git lsb-release python3 gpg sudo --no-install-recommends
+RUN apt-get install -y devscripts equivs build-essential lintian clang git lsb-release python3 gpg sudo xauth --no-install-recommends
8
9
#Install linuxcnc dependencys
10
#We need only the debian folder
0 commit comments