Skip to content

Commit

Permalink
Fix MariaDb 11.4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Sep 28, 2024
1 parent a84e829 commit a42febc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mariadb/11.4/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LABEL author="Michael Parker" maintainer="[email protected]"
ENV DEBIAN_FRONTEND noninteractive

RUN apt update -y \
&& apt install -y netcat \
&& apt install -y netcat-traditional \
&& useradd -d /home/container -m container -s /bin/bash

USER container
Expand Down

0 comments on commit a42febc

Please sign in to comment.