Skip to content

Commit

Permalink
chore(Dockerfile): remove unnecessary driver installation and update …
Browse files Browse the repository at this point in the history
…command

fix(Dockerfile): fix typo in COPY command for docker-entrypoint.sh file
  • Loading branch information
jandroav committed Aug 22, 2023
1 parent af07e3e commit 4ed4159
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down

0 comments on commit 4ed4159

Please sign in to comment.