We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f717db5 commit 57f5669Copy full SHA for 57f5669
Dockerfile
@@ -1,7 +1,6 @@
1
FROM rust:bullseye
2
3
-RUN apt-get update
4
-RUN apt-get install -y libclang-dev
+RUN apt-get update && apt-get install -y libclang-dev
5
6
WORKDIR gen
7
0 commit comments