Skip to content

Commit cc78902

Browse files
committed
Fix build
1 parent 8df5038 commit cc78902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/kubernetes/docker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN chown -R rssadmin:rssadmin /data
2121
RUN chmod -R 777 /data
2222
USER rssadmin
2323

24-
COPY rss-${RSS_VERSION}-hadoop${HADOOP_SHORT_VERSION}.tgz /data/rssadmin
24+
COPY --chmod=rssadmin:rssadmin rss-${RSS_VERSION}-hadoop${HADOOP_SHORT_VERSION}.tgz /data/rssadmin
2525
RUN tar -xvf /data/rssadmin/rss-${RSS_VERSION}-hadoop${HADOOP_SHORT_VERSION}.tgz -C /data/rssadmin
2626
RUN mv /data/rssadmin/rss-${RSS_VERSION}-hadoop${HADOOP_SHORT_VERSION} /data/rssadmin/rss
2727
RUN rm /data/rssadmin/rss/conf/rss-env.sh

0 commit comments

Comments
 (0)