Move to Ubuntu 18 image
[ric-plt/e2mgr.git] / E2Manager / build-e2mgr-ubuntu.sh
index e623ab8..0082585 100755 (executable)
@@ -51,6 +51,7 @@ export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
 go get -v github.com/ory/go-acc
 
 cd 3rdparty/asn1codec \
+    && make clobber \
     && make \
     && cd ../..