Skip to content

Commit

Permalink
Add MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
jessedearing committed Mar 8, 2024
1 parent 67fe42a commit 293d14b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ ENV KAFKA_VERSION=3.6.1
RUN curl -L https://www.archlinux.org/mirrorlist/\?country\=US\&protocol=http\&protocol\=https\&ip_version\=4 | sed -e 's/^#Server/Server/' -e '/^#/d' | tee /etc/pacman.d/mirrorlist && \
pacman -Syu --noconfirm && \
ln -snf /usr/share/zoneinfo/US/Pacific /etc/localtime && \
pacman --noconfirm -S dnsutils netcat curl neovim zsh jq aws-cli-v2 kubectl jre-openjdk tcpdump postgresql rclone sshpass sysstat && \
pacman --noconfirm -S dnsutils netcat curl neovim zsh jq aws-cli-v2 kubectl jre-openjdk tcpdump \
mysql postgresql rclone sshpass sysstat && \
curl -LO https://apache.osuosl.org/kafka/$KAFKA_VERSION/kafka_2.13-$KAFKA_VERSION.tgz && \
tar xzvf kafka_2.13-$KAFKA_VERSION.tgz && \
mv kafka_2.13-$KAFKA_VERSION /opt/kafka && \
Expand Down

0 comments on commit 293d14b

Please sign in to comment.