Skip to content

Commit

Permalink
packaging: Change build dockerfiles
Browse files Browse the repository at this point in the history
- build-pre-env: Install rust compiler
- sitl: update base image
  • Loading branch information
jnippula committed Aug 8, 2024
1 parent 09b4804 commit 99f7ca2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packaging/Dockerfile.build_env_pre
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
fakeroot \
dh-make \
debhelper \
rustc \
&& pip3 install kconfiglib jsonschema \
&& rm -rf /var/lib/apt/lists/*

Expand Down
2 changes: 1 addition & 1 deletion packaging/Dockerfile.sitl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/tiiuae/fog-ros-baseimage-builder:v2.1.0
FROM ghcr.io/tiiuae/fog-ros-baseimage-builder:v3.3.0

RUN apt-get update && apt-get install -y --no-install-recommends \
wget
Expand Down

0 comments on commit 99f7ca2

Please sign in to comment.