Skip to content

Commit db80ad7

Browse files
committed
fixed typo with cassandra apt source list
1 parent dafaa43 commit db80ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN apt-get update
2828
RUN wget http://launchpadlibrarian.net/109052632/python-support_1.0.15_all.deb \
2929
&& dpkg -i python-support_1.0.15_all.deb \
3030

31-
RUN echo "deb http://debian.datastax.com/datastax-ddc $CASSANDRA_VERSION main" | tee -a etc/apt/sources.list.d/cassandra.sources.list
31+
RUN echo "deb http://debian.datastax.com/datastax-ddc $CASSANDRA_VERSION main" | tee -a /etc/apt/sources.list.d/cassandra.sources.list
3232
RUN curl -L https://debian.datastax.com/debian/repo_key | apt-key add -
3333
RUN apt-get update && apt-get -y install datastax-ddc
3434

0 commit comments

Comments
 (0)