Add emacs to the test image.
This commit is contained in:
parent
586f569646
commit
a3f6d7ef9f
@ -51,9 +51,7 @@ spec:
|
||||
requests:
|
||||
storage: 10Gi
|
||||
subPath: rust-source
|
||||
params:
|
||||
- name: GIT_BRANCH
|
||||
value: "master"
|
||||
params: []
|
||||
- name: organic-test
|
||||
agent: tekton-pipeline
|
||||
branches:
|
||||
|
@ -1,3 +1,3 @@
|
||||
FROM harbor.fizz.buzz/dockerhub/rustlang/rust:nightly-alpine3.17
|
||||
|
||||
RUN apk add --no-cache musl-dev
|
||||
RUN apk add --no-cache musl-dev emacs
|
||||
|
Loading…
Reference in New Issue
Block a user