Skip to content

Commit 2a33e24

Browse files
committed
Fix
1 parent 200db7f commit 2a33e24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ ENV HOME=/root \
1717

1818
# built-in packages
1919
RUN apt-get update \
20-
&& apt-get install -y --no-install-recommends software-properties-common curl \
21-
&& apt-get update \
2220
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
21+
software-properties-common curl \
2322
mc screen vim sudo wget git zsh tmux \
2423
&& apt-get autoclean \
2524
&& apt-get autoremove \
@@ -46,5 +45,5 @@ RUN sed -i 's/ export ZSH=\"\/root\/.oh-my-zsh\"/export ZSH=\"\/home\/util01\/.
4645
RUN cp -R ~/.oh-my-zsh /home/util01
4746
RUN chown -R util01:util01 /home/util01/
4847

49-
RUN mkdir "/home/util01/volume01" && \
48+
RUN mkdir /home/util01/volume01 && \
5049
chown -R util01:util01 /home/util01/volume01

0 commit comments

Comments
 (0)