Skip to content

Commit 9bdf523

Browse files
committed
udpate
1 parent 6228d19 commit 9bdf523

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.yamllint

Lines changed: 0 additions & 8 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
FROM hexletbasics/base-image:latest
22

33
RUN apt-get update && apt-get install -yqq mono-devel \
4-
&& apt-get clean \
54
&& rm -rf /var/lib/apt/lists/*
65

7-
ARG SCRIPCS_VERSION=0.17.1
6+
ENV SCRIPCS_VERSION=0.17.1
87

98
RUN wget -q https://github.com/scriptcs/scriptcs/archive/refs/tags/v${SCRIPCS_VERSION}.tar.gz \
109
&& tar -xzf v${SCRIPCS_VERSION}.tar.gz \

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ code-lint:
1616
# ~/bin/jb inspectcode Program.csproj
1717

1818
clean:
19-
@$$(find . -type f -name *.cs -delete)
19+
@find . -type f -name "*.cs" -delete
2020

2121
compose-bash:
2222
docker-compose run --rm exercises bash

0 commit comments

Comments
 (0)