Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
rnshah9 authored and mayhem-bot committed Apr 28, 2023
1 parent fadc6cd commit 1eb6249
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Build Stage
FROM --platform=linux/amd64 ubuntu:20.04 as builder
FROM --platform=linux/amd64 ubuntu:20.04

## Install build dependencies.
RUN apt-get update
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y vim less man wget tar git gzip unzip make cmake software-properties-common curl
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential

ADD . /repo
WORKDIR /repo/compiler
Expand Down

0 comments on commit 1eb6249

Please sign in to comment.