forked from michael/leanshot
get gl libraries in there
This commit is contained in:
parent
a8e0349d2a
commit
01a294c8c5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
FROM ekidd/rust-musl-builder
|
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 . ./
|
COPY . ./
|
||||||
RUN sudo chown -R rust:rust .
|
RUN sudo chown -R rust:rust .
|
||||||
|
|
Loading…
Reference in a new issue