Commit 36e07e78 authored by nagayama15's avatar nagayama15

Dockerfileを修正

parent 18a3a217
...@@ -3,7 +3,7 @@ FROM ubuntu:18.04 ...@@ -3,7 +3,7 @@ FROM ubuntu:18.04
COPY . /nykk COPY . /nykk
WORKDIR /nykk WORKDIR /nykk
RUN apt update && apt install -y \ RUN apt-get update && apt-get install -y --no-install-recommends \
xz-utils \ xz-utils \
build-essential \ build-essential \
curl \ curl \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment