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.
1 parent 63a6876 commit 203aeaeCopy full SHA for 203aeae
1 file changed
Containerfile
@@ -1,7 +1,7 @@
1
FROM registry.fedoraproject.org/fedora-toolbox:40
2
3
ARG NAME=throneless-toolbox
4
-ARG VERSION=40
+ARG VERSION=42
5
LABEL com.github.containers.toolbox="true" \
6
com.redhat.component="$NAME" \
7
name="$NAME" \
@@ -19,10 +19,6 @@ RUN dnf config-manager --add-repo https://mise.jdx.dev/rpm/mise.repo
19
RUN dnf -y copr enable atim/starship
20
RUN dnf -y copr enable varlad/helix
21
22
-# Install efm-langserver
23
-RUN dnf -y install golang
24
-RUN GOPATH=/usr/local go install github.com/mattn/efm-langserver@latest
25
-
26
# Install user defaults
27
COPY default.useradd /etc/default/useradd
28
0 commit comments