Skip to content

Commit 260721c

Browse files
andkononykhinashcherbakov
authored andcommitted
fixed apt-get update / install in dockerfile for static code validation (#410)
Signed-off-by: Andrey Kononykhin <[email protected]>
1 parent 57c496d commit 260721c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ci/code-validation.dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ FROM ubuntu:16.04
44
ARG uid=1000
55

66
# Install environment
7-
RUN apt-get update -y
8-
RUN apt-get install -y \
7+
RUN apt-get update -y && apt-get install -y \
98
git \
109
wget \
1110
python3.5 \

0 commit comments

Comments
 (0)