Skip to content

Commit

Permalink
Merge pull request #159 from GoSecure/libgl-docker-fix
Browse files Browse the repository at this point in the history
Fix for PySide2 QT missing libGL.so.1 error (fixes #138)
  • Loading branch information
obilodeau committed Nov 3, 2019
2 parents 4b7a8e9 + 5b3cbb1 commit 94801e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* Logging when Restricted Admin Mode is enabled on clients
* Documentation improvements

=== Bug fixes

* Fixed libGL.so.1 missing in docker image ({uri-issue}138[#138], {uri-issue}159[#159])


== 0.4.0 - 2019-09-01

Expand All @@ -24,9 +28,6 @@ Release just in time for our Derbycon talk!
* Add recursive folder download from the PyRDP Player and a queue to download files ({uri-issue}140[#140])
* Add file crawler to automatically download files from the client drive using pattern files ({uri-issue}141[#141])


=== Bug fixes

=== Credits

Thanks to the following people who contributed to this release:
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apt-get update && apt-get install -y \
python3-pip \
libdbus-1-dev \
libdbus-glib-1-dev \
libgl1-mesa-glx \
notify-osd dbus-x11 \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 94801e2

Please sign in to comment.