Skip to content

Commit

Permalink
fix: add layer missing dep (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
l1shen authored Oct 31, 2024
1 parent 87ed0ed commit cec97e0
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 @@ -5,7 +5,7 @@ ENV LANG="C.UTF-8"

# install system dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends git zsh curl wget sudo ca-certificates build-essential locales-all tar xz-utils uuid-runtime && \
apt-get install -y --no-install-recommends git zsh curl wget sudo ca-certificates build-essential locales-all tar xz-utils uuid-runtime libtalloc-dev && \
apt-get clean && \
apt-get autoremove && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit cec97e0

Please sign in to comment.