Skip to content

Commit 0ba6c23

Browse files
committed
updated dockerfile
1 parent ec392db commit 0ba6c23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ADD git-tag /git-tag
55
ADD scripts/build.sh /build.sh
66
ADD scripts/run.sh /run.sh
77

8-
RUN aptitude -f && chmod +x /run.sh /build.sh && sync && sleep 1 && /build.sh
8+
RUN apt-get -qq update && apt-get upgrade -y && chmod +x /run.sh /build.sh && sync && sleep 1 && /build.sh
99

1010
WORKDIR /
1111

0 commit comments

Comments
 (0)