Skip to content

Commit

Permalink
do not install language specific stuff inside container
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdinandkeller committed Oct 23, 2024
1 parent 0aeab73 commit 3798b4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,9 @@ RUN mkdir -p .tmux/plugins && \
COPY --chown=ubuntu:ubuntu .tmux.conf .


# === GO ===
# install go
RUN sudo apt-get install -y golang-go

# === LANGUAGE SPECIFICS ===
# clone the install scripts folder
COPY --chown=ubuntu:ubuntu install ./install

# === START ===
# start docker daemon
Expand Down

0 comments on commit 3798b4f

Please sign in to comment.