diff --git a/Dockerfile b/Dockerfile index 2ca7259..f4400c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,7 @@ RUN cd /tmp \ && mv go /usr/local # Configuring Golang -ENV PATH "$PATH:/usr/local/go/bin" +ENV PATH "$PATH:/usr/local/go/bin:/root/go/bin" # Install VSCode extensions diff --git a/user-toolkits/alapenna/Dockerfile b/user-toolkits/alapenna/Dockerfile index 2a58da0..52e6dee 100644 --- a/user-toolkits/alapenna/Dockerfile +++ b/user-toolkits/alapenna/Dockerfile @@ -47,6 +47,9 @@ RUN mkdir -p /root/.docker/cli-plugins/ && \ curl -SL https://github.com/docker/compose/releases/latest/download/docker-compose-linux-x86_64 -o ~/.docker/cli-plugins/docker-compose && \ chmod +x ~/.docker/cli-plugins/docker-compose +## Install air +RUN go install github.com/cosmtrek/air@latest + # Configure git to use SSH # This is useful to retrieve private Go packages # Note: this has to be done as one of the last steps in the image build process as it can