It is sometimes useful to be able to do git checkouts in docker

pull/1019/head
Jesse Vincent 4 years ago
parent ccaabbc0d4
commit 3458b481ec
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

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

Loading…
Cancel
Save