We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6351a6 commit 53d1fb3Copy full SHA for 53d1fb3
dogfood/Dockerfile
@@ -174,6 +174,9 @@ RUN apt-get update && \
174
RUN update-alternatives --install /usr/local/bin/initdb initdb /usr/lib/postgresql/11/bin/initdb 100 && \
175
update-alternatives --install /usr/local/bin/postgres postgres /usr/lib/postgresql/11/bin/postgres 100
176
177
+# Ensure goboring is made the default Go
178
+RUN update-alternatives --install /usr/local/bin/gofmt gofmt /usr/local/goboring/bin/gofmt 100
179
+
180
# Create links for injected dependencies
181
RUN ln --symbolic /var/tmp/coder/coder-cli/coder /usr/local/bin/coder && \
182
ln --symbolic /var/tmp/coder/code-server/bin/code-server /usr/local/bin/code-server
0 commit comments