Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for Dockerfile smell DL3008 #122

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM eclipse-temurin:17-jre-focal as flyway

RUN apt-get update \
&& apt-get install -y python3-pip \
&& apt-get install -y python3-pip=20.0.* \
&& pip3 install sqlfluff==1.2.1

WORKDIR /flyway
Expand All @@ -27,6 +27,6 @@ RUN curl -L https://packages.microsoft.com/config/ubuntu/21.04/packages-microsof
&& dpkg -i packages-microsoft-prod.deb \
&& rm packages-microsoft-prod.deb
RUN apt-get update \
&& apt-get install -y apt-transport-https \
&& apt-get install -y apt-transport-https=2.0.* \
&& apt-get update \
&& apt-get install -y dotnet-runtime-6.0