Skip to content

Commit

Permalink
update pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jan 7, 2019
1 parent a3d9dfb commit e66c134
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ RUN buildDeps='ca-certificates wget build-essential' \
&& apt-get update -qq \
&& apt-get install -yq $buildDeps libc6-i386 \
&& echo "===> Install Zoner AV..." \
&& wget -q -P /tmp http://update.zonerantivirus.com/download/zav-${ZONE}-ubuntu-amd64.deb \
&& dpkg -i /tmp/zav-${ZONE}-ubuntu-amd64.deb; \
# && wget -q -P /tmp http://update.zonerantivirus.com/download/zav-${ZONE}-ubuntu-amd64.deb \
&& wget --progress=bar:force -P /tmp https://github.com/maliceio/malice-av/raw/master/zoner/zav-1.3.0-debian-amd64.deb \
&& dpkg -i /tmp/zav-${ZONE}-debian-amd64.deb; \
if [ "x$ZONE_KEY" != "x" ]; then \
echo "===> Updating License Key..."; \
sed -i "s/UPDATE_KEY.*/UPDATE_KEY = ${ZONE_KEY}/g" /etc/zav/zavd.conf; \
Expand Down
10 changes: 5 additions & 5 deletions Gopkg.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vendor/golang.org/x/sys/unix/fcntl.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions vendor/golang.org/x/sys/unix/fcntl_darwin.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e66c134

Please sign in to comment.