Skip to content
Snippets Groups Projects
Commit ce34dd96 authored by Emmanuel Bruno's avatar Emmanuel Bruno
Browse files

fixes typos.

parent 2b85ef6b
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ USER root ...@@ -10,7 +10,7 @@ USER root
# Install minimal dependencies # Install minimal dependencies
RUN apt-get update && apt-get install -y --no-install-recommends\ RUN apt-get update && apt-get install -y --no-install-recommends\
coreutils \ coreutils \
curl curl \
dnsutils \ dnsutils \
gnupg \ gnupg \
graphviz \ graphviz \
...@@ -24,8 +24,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends\ ...@@ -24,8 +24,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends\
ttf-bitstream-vera \ ttf-bitstream-vera \
ttf-droid \ ttf-droid \
ttf-droid-nonlatin \ ttf-droid-nonlatin \
zsh zsh && \
&& \
apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt apt-get clean && rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt
# Postgresql python library # Postgresql python library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment