Skip to content

Commit

Permalink
Upgrade manually libpam (needs >=1.4.0-11ubuntu2.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Jan 19, 2024
1 parent f6c3e01 commit 98527f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
FROM ubuntu:jammy

# Update and install libraries and tools from repositories
RUN apt-get update && apt-cache policy libpam0g && \
RUN apt-get update && apt-get dist-upgrade libpam0g --yes && apt-cache policy libpam0g && \
apt-get install --no-install-recommends --yes \
bzip2 \
clang \
Expand Down

0 comments on commit 98527f9

Please sign in to comment.