Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianOpriel authored Jul 21, 2023
1 parent d8073c1 commit 8d31cac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions connector/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ARG JVM_ARGS=""

# Install curl, then delete apt indexes to save image space
RUN apt update \
&& apt upgrade -y \
&& apt install -y curl \
&& rm -rf /var/cache/apt/archives /var/lib/apt/lists \
&& touch /emtpy-properties-file.properties
Expand Down

0 comments on commit 8d31cac

Please sign in to comment.