Skip to content

Commit 3b455c8

Browse files
committed
build: add apt update to dockerfile
1 parent fd03be2 commit 3b455c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
FROM ghcr.io/navigraph/cargo-msfs-bin:latest AS base
22

3+
RUN apt-get update
34
RUN apt install git -y
45

56
RUN cargo-msfs install msfs2020

0 commit comments

Comments
 (0)