Skip to content

Commit

Permalink
add missing dep libaio1 libaio-dev
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun committed Apr 25, 2023
1 parent d649334 commit 7f51dee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV TERM xterm-256color
ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -yq && \
apt-get install -yq locales git wget rpm rpm2cpio cpio make build-essential binutils libtinfo5 libtool-bin m4 && \
apt-get install -yq locales git wget rpm rpm2cpio cpio make build-essential binutils libtinfo5 libtool-bin libaio1 libaio-dev m4 && \
printf 'en_US.UTF-8 UTF-8\n' > /etc/locale.gen && \
locale-gen && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 7f51dee

Please sign in to comment.