Correct package installation commands in container

This commit is contained in:
2022-10-23 18:50:43 -06:00
parent 36ce88ced1
commit 3614bb5367
+1 -1
View File
@@ -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/