mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix nomad and atom
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
3d2b81d43e
commit
508ed66544
|
@ -29,12 +29,12 @@ ENV DEBIAN_FRONTEND noninteractive
|
|||
RUN apt-get update && apt-get install -y \
|
||||
apt-transport-https \
|
||||
ca-certificates \
|
||||
curl \
|
||||
gnupg \
|
||||
wget \
|
||||
--no-install-recommends
|
||||
|
||||
# Add the atom debian repo
|
||||
RUN curl -sSL https://packagecloud.io/AtomEditor/atom/gpgkey | apt-key add -
|
||||
RUN wget -qO- https://packagecloud.io/AtomEditor/atom/gpgkey | apt-key add -
|
||||
RUN sh -c 'echo "deb [arch=amd64] https://packagecloud.io/AtomEditor/atom/any/ any main" > /etc/apt/sources.list.d/atom.list'
|
||||
|
||||
# Install dependencies
|
||||
|
|
|
@ -11,6 +11,7 @@ RUN apk add --no-cache \
|
|||
gcc \
|
||||
git \
|
||||
libgcc \
|
||||
linux-headers \
|
||||
make \
|
||||
musl-dev \
|
||||
npm \
|
||||
|
|
Loading…
Reference in New Issue
Block a user