using alpine image now
This commit is contained in:
parent
ff5f3b2aae
commit
90edbe2968
@ -1,7 +1,8 @@
|
||||
FROM ubuntu:latest
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apt-get update -y && apt-get upgrade -y
|
||||
RUN apt-get install -y cmake g++
|
||||
# RUN apt-get update -y && apt-get upgrade -y
|
||||
# RUN apt-get install -y cmake g++
|
||||
RUN apk add cmake make g++
|
||||
|
||||
COPY . /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
@ -1,7 +1,8 @@
|
||||
FROM ubuntu:latest
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apt-get update -y && apt-get upgrade -y
|
||||
RUN apt-get install -y cmake g++
|
||||
# RUN apt-get update -y && apt-get upgrade -y
|
||||
# RUN apt-get install -y cmake g++
|
||||
RUN apk add cmake make g++
|
||||
|
||||
COPY . /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
Reference in New Issue
Block a user