Skip to content

Commit c65e62e

Browse files
authored
Merge pull request #3 from ioFog/demo-env-fix
fixed connector update for some versions
2 parents 4012b28 + 53364cc commit c65e62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iofog-connector/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:16.04
22

3-
RUN apt-get update -qq
3+
RUN apt-get update --fix-missing -qq
44
RUN apt-get install -qqy sudo
55
RUN apt-get install -qqy curl
66
RUN apt-get install -qqy software-properties-common

0 commit comments

Comments
 (0)