Skip to content

Commit

Permalink
chore(misc/docker/mysql-with-tergum): Remove apt-get install because …
Browse files Browse the repository at this point in the history
…mysql image now uses Fedora base images
  • Loading branch information
ondrejsika committed Aug 13, 2022
1 parent 9ce70e9 commit af34880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion misc/docker/mysql-with-tergum/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ ARG TERGUM_VERSION=v0.31.0
FROM sikalabs/tergum:$TERGUM_VERSION as tergum
FROM mysql:$MYSQL_VERSION
COPY --from=tergum /usr/local/bin/tergum /usr/local/bin/tergum
RUN apt-get update && apt-get install -y ca-certificates

0 comments on commit af34880

Please sign in to comment.