We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200db7f commit 2a33e24Copy full SHA for 2a33e24
Dockerfile
@@ -17,9 +17,8 @@ ENV HOME=/root \
17
18
# built-in packages
19
RUN apt-get update \
20
- && apt-get install -y --no-install-recommends software-properties-common curl \
21
- && apt-get update \
22
&& apt-get install -y --no-install-recommends --allow-unauthenticated \
+ software-properties-common curl \
23
mc screen vim sudo wget git zsh tmux \
24
&& apt-get autoclean \
25
&& apt-get autoremove \
@@ -46,5 +45,5 @@ RUN sed -i 's/ export ZSH=\"\/root\/.oh-my-zsh\"/export ZSH=\"\/home\/util01\/.
46
45
RUN cp -R ~/.oh-my-zsh /home/util01
47
RUN chown -R util01:util01 /home/util01/
48
49
-RUN mkdir "/home/util01/volume01" && \
+RUN mkdir /home/util01/volume01 && \
50
chown -R util01:util01 /home/util01/volume01
0 commit comments