From 4ed4159440645d567aa12fde480b28f0f9ad0a03 Mon Sep 17 00:00:00 2001 From: jandroav Date: Tue, 22 Aug 2023 16:30:57 +0200 Subject: [PATCH] chore(Dockerfile): remove unnecessary driver installation and update command fix(Dockerfile): fix typo in COPY command for docker-entrypoint.sh file --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index ceb33ed2..e954285a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,10 +48,6 @@ ENV LIQUIBASE_HOME=/liquibase # Copy from builder stage COPY --from=builder /liquibase /liquibase -# Install Drivers -RUN lpm update && \ - /liquibase/liquibase --version - COPY --chown=liquibase:liquibase docker-entrypoint.sh /liquibase/ COPY --chown=liquibase:liquibase liquibase.docker.properties /liquibase/