Skip to content

Commit

Permalink
fix: remove duplicate git and python3 from docker installs
Browse files Browse the repository at this point in the history
  • Loading branch information
austinletson committed Apr 17, 2024
1 parent 57ff473 commit 48d89f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/gitpod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM ubuntu:jammy

USER root

RUN apt-get update && apt-get install sudo git curl git bash-completion python3 python3-requests gcc make -y && apt-get clean
RUN apt-get update && apt-get install sudo git curl bash-completion python3-requests gcc make -y && apt-get clean

RUN useradd -l -u 33333 -G sudo -md /home/gitpod -s /bin/bash -p gitpod gitpod \
# passwordless sudo for users in the 'sudo' group
Expand Down

0 comments on commit 48d89f7

Please sign in to comment.