Skip to content

Commit 57f5669

Browse files
committed
Merge apt commands
1 parent f717db5 commit 57f5669

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
FROM rust:bullseye
22

3-
RUN apt-get update
4-
RUN apt-get install -y libclang-dev
3+
RUN apt-get update && apt-get install -y libclang-dev
54

65
WORKDIR gen
76

0 commit comments

Comments
 (0)