get gl libraries in there

This commit is contained in:
Michael Zhang 2018-09-30 07:13:05 -05:00
parent a8e0349d2a
commit 01a294c8c5
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -1,6 +1,6 @@
FROM ekidd/rust-musl-builder
RUN sudo apt-get update -y && sudo apt-get install -y libx11-dev libimlib2-dev
RUN sudo apt-get update -y && sudo apt-get install -y mesa-common-dev libx11-dev libimlib2-dev
COPY . ./
RUN sudo chown -R rust:rust .