Skip to content

Commit

Permalink
add missing package
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Oct 16, 2023
1 parent d20a115 commit e611714
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu_debian
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ RUN $APT_UPDATE && $APT_INSTALL \
libturbojpeg0-dev \
libmbedtls-dev \
libftdi1-dev \
libssl-dev
libssl-dev \
libglib2.0-dev

# install cmake (incl. fix for armhf Debian Buster/Focal)
RUN if [ "$TARGETPLATFORM" = "linux/arm/v7" ]; then \
Expand Down

0 comments on commit e611714

Please sign in to comment.