I spend a lot of time in docker doing debugging. it'd be nice to have my editor around

tmp/arduino-cli-pre-rebase
Jesse Vincent 4 years ago
parent a5da6bf668
commit 6e1cc72a41
No known key found for this signature in database
GPG Key ID: CC228463465E40BC

@ -3,7 +3,7 @@ LABEL maintainer="Keyboard.io, inc"
RUN apt-get -qq update && \
DEBIAN_FRONTEND=noninteractive \
apt-get -qq install -y xz-utils curl make build-essential libxtst-dev cmake ccache
apt-get -qq install -y xz-utils curl make build-essential libxtst-dev cmake ccache vim
RUN ccache --set-config=cache_dir=/kaleidoscope-persist/ccache/cache

Loading…
Cancel
Save