Skip to content

Linux64 app in Docker container gives Runtime error 217 #312

Closed Answered by bert0094
bert0094 asked this question in Q&A
Discussion options

You must be logged in to vote

I found I was able to run the app in a container after including the following in the dockerfile:
RUN
apt-get -y install util-linux &&
apt-get -y install libglvnd0 &&
apt-get -y install libfontconfig1 &&
apt-get -y install libx11-6 &&
apt-get -y install libgl1

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@viniciusfbb
Comment options

Answer selected by bert0094
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants