Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

Commit

Permalink
build(full): remove version tagging of brew packages
Browse files Browse the repository at this point in the history
  • Loading branch information
upsetbit committed May 12, 2022
1 parent b332c8a commit 697ab5e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions images/full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ ENV DOCKER_DEFAULT_USER $DOCKER_DEFAULT_USER
USER ${DOCKER_DEFAULT_USER}

# initializes brew, updates and installs python, poetry (python dependency manager) and node
# only pin the version up until the MINOR version, allowing PATCH updates
RUN eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)" \
&& brew update \
&& brew upgrade \
&& brew install \
"python@3.10" \
"python" \
"poetry" \
"node@16"
"node"

0 comments on commit 697ab5e

Please sign in to comment.