Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Valerian Saliou <[email protected]>
  • Loading branch information
valeriansaliou committed Jul 6, 2020
1 parent e5848f6 commit c79559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cross/cross-x86_64-unknown-linux-gnu/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rustembedded/cross:x86_64-unknown-linux-gnu-0.2.0

RUN apt-get update && \
apt-get install -y libmysqlclient-dev && \
apt-get install -y libmysqlclient20 libmysqlclient-dev && \
rm -rf /var/lib/apt/lists/*

0 comments on commit c79559a

Please sign in to comment.