mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Bug: Add git to Dockerfile.ubuntu (#33247)
* Add git to Dockerfile.ubuntu * Use apt-get * Add quiet flag * Update Dockerfile.ubuntu Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com> Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
7ff6665ac2
commit
6acb99afde
@ -5,6 +5,7 @@ WORKDIR /usr/src/app/
|
||||
COPY package.json yarn.lock ./
|
||||
COPY packages packages
|
||||
|
||||
RUN apt-get update && apt-get install -yq git
|
||||
RUN yarn install --pure-lockfile
|
||||
|
||||
COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js ./
|
||||
|
Loading…
Reference in New Issue
Block a user