We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc13a7f + efe6002 commit 38ddd0fCopy full SHA for 38ddd0f
Dockerfile
@@ -14,7 +14,7 @@ RUN cd /tmp \
14
&& make 2>&1 \
15
&& make install 2>&1
16
17
-FROM goflutter/golang-cross:latest AS hover
+FROM dockercore/golang-cross:latest AS hover
18
19
# Add dart apt repository
20
RUN wget -qO- https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - 2>&1 \
install-with-docker-image.sh
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+go install . && DOCKER_BUILDKIT=1 docker build . -t goflutter/hover:latest
0 commit comments