Skip to content

Commit

Permalink
Revert Virtualbox GA back to 5.2.32. 6.0.10 has vboxfs issues. modpro…
Browse files Browse the repository at this point in the history
…be: module vboxfs not found in modules.dep
  • Loading branch information
kaosagnt committed Jul 23, 2019
1 parent b408367 commit 2539f3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,9 @@ RUN make -C /usr/src/linux INSTALL_HDR_PATH=/usr/local headers_install

# http://download.virtualbox.org/virtualbox/
# updated via "update.sh"
ENV VBOX_VERSION 6.0.10
ENV VBOX_VERSION 5.2.32
# https://www.virtualbox.org/download/hashes/$VBOX_VERSION/SHA256SUMS
ENV VBOX_SHA256 c8a686f8c7ad9ca8375961ab19815cec6b1f0d2496900a356a38ce86fe8a1325
ENV VBOX_SHA256 4311c7408a3410e6a33264a9062347d9eec04f58339a49f0a60488c0cabc8996
# (VBoxGuestAdditions_X.Y.Z.iso SHA256, for verification)

RUN wget -O /vbox.iso "https://download.virtualbox.org/virtualbox/$VBOX_VERSION/VBoxGuestAdditions_$VBOX_VERSION.iso"; \
Expand Down

0 comments on commit 2539f3b

Please sign in to comment.