Skip to content

Commit

Permalink
make image
Browse files Browse the repository at this point in the history
  • Loading branch information
zwwhdls committed Jul 5, 2023
1 parent e82cd9c commit 22b048a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ RUN chmod +x /tini
RUN apt update && apt install -y software-properties-common wget gnupg gnupg2 && apt update && \
wget -q -O- 'https://download.ceph.com/keys/release.asc' | apt-key add - && \
apt-add-repository 'deb https://download.ceph.com/debian-pacific/ buster main' && \
wget -O - https://download.gluster.org/pub/gluster/glusterfs/11/rsa.pub | apt-key add - && \
echo deb [arch=${TARGETARCH}] https://download.gluster.org/pub/gluster/glusterfs/11/LATEST/Debian/buster/${TARGETARCH}/apt buster main > /etc/apt/sources.list.d/gluster.list && \
wget -O - https://download.gluster.org/pub/gluster/glusterfs/10/rsa.pub | apt-key add - && \
echo deb [arch=${TARGETARCH}] https://download.gluster.org/pub/gluster/glusterfs/10/LATEST/Debian/buster/${TARGETARCH}/apt buster main > /etc/apt/sources.list.d/gluster.list && \
apt update

RUN apt-get update && apt-get install -y librados2 librados-dev libcephfs-dev librbd-dev curl fuse procps iputils-ping strace iproute2 net-tools tcpdump lsof uuid-dev libglusterfs-dev && \
Expand Down

0 comments on commit 22b048a

Please sign in to comment.