Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Replace mariadb version in Dockerfile (#2980)
Browse files Browse the repository at this point in the history
Error from apt:
Package libmariadbclient18 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
  libmariadb3
  • Loading branch information
ahoying committed Jul 17, 2019
1 parent 6eac33c commit 7e4ad1b
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 @@ -26,7 +26,7 @@ RUN groupadd -g 1000 forseti && \

# Install host dependencies.
RUN apt-get update && \
apt-get install --no-install-recommends -y libmariadbclient18 && \
apt-get install --no-install-recommends -y libmariadb3 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 7e4ad1b

Please sign in to comment.