Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
fix: use -dev
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbyheart committed Oct 9, 2024
1 parent 51a1211 commit 9774dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ SHELL [ "/bin/bash", "-euxo", "pipefail", "-c" ]
RUN <<EOT
apt-get -y update
apt-get -y upgrade
apt-get -y install wget unzip clang-format gcc-multilib make libunistring
apt-get -y install wget unzip clang-format gcc-multilib make libunistring-dev
apt-get -y clean
rm -rf /var/lib/apt/lists/*
EOT
Expand Down

0 comments on commit 9774dc8

Please sign in to comment.