Correct package installation commands in container
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
FROM debian:bullseye as builder
|
||||
MAINTAINER restitux <restitux@ohea.xyz
|
||||
|
||||
RUN apk add gcc
|
||||
RUN apt-get update && apt-get install -y gcc
|
||||
RUN mkdir /src
|
||||
WORKDIR /src
|
||||
COPY main.c /src/
|
||||
|
||||
Reference in New Issue
Block a user