3 lines
102 B
Plaintext
3 lines
102 B
Plaintext
# Using login shell removes Go from path, so we add it.
|
|
RUN ln -s /usr/local/go/bin/go /usr/local/bin
|