Skip to content

Commit 203aeae

Browse files
committed
Remove efm-langserver and update to version 42
1 parent 63a6876 commit 203aeae

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Containerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM registry.fedoraproject.org/fedora-toolbox:40
22

33
ARG NAME=throneless-toolbox
4-
ARG VERSION=40
4+
ARG VERSION=42
55
LABEL com.github.containers.toolbox="true" \
66
com.redhat.component="$NAME" \
77
name="$NAME" \
@@ -19,10 +19,6 @@ RUN dnf config-manager --add-repo https://mise.jdx.dev/rpm/mise.repo
1919
RUN dnf -y copr enable atim/starship
2020
RUN dnf -y copr enable varlad/helix
2121

22-
# Install efm-langserver
23-
RUN dnf -y install golang
24-
RUN GOPATH=/usr/local go install github.com/mattn/efm-langserver@latest
25-
2622
# Install user defaults
2723
COPY default.useradd /etc/default/useradd
2824

0 commit comments

Comments
 (0)